Hendrik Schutter localhorst
  • Baden, DE
  • Joined on 2018-06-13
localhorst merged pull request localhorst/ESP32-Mesh-OTA#3 2021-01-26 22:00:04 +01:00
master
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-26 22:00:04 +01:00
9d23788ac8 Merge pull request 'master' (#3) from master into develop
e73a05fc42 fix in clear Neighbours Queue
a62d3265ca fix test proj; added MAC addr on log
e88b6e2664 added define to switch app logic for demo
0f03f2da1c „README.md“ ändern
Compare 7 commits »
localhorst created pull request localhorst/ESP32-Mesh-OTA#3 2021-01-26 21:59:54 +01:00
master
localhorst pushed to master at localhorst/ESP32-Mesh-OTA 2021-01-26 21:59:33 +01:00
e73a05fc42 fix in clear Neighbours Queue
localhorst pushed to master at localhorst/ESP32-Mesh-OTA 2021-01-26 17:37:16 +01:00
a62d3265ca fix test proj; added MAC addr on log
localhorst pushed to master at localhorst/ESP32-Mesh-OTA 2021-01-21 12:09:08 +01:00
e88b6e2664 added define to switch app logic for demo
localhorst pushed to master at localhorst/ESP32-Mesh-OTA 2021-01-21 11:53:16 +01:00
0f03f2da1c „README.md“ ändern
localhorst pushed to master at localhorst/ESP32-Mesh-OTA 2021-01-21 11:51:20 +01:00
e5801dd1e1 fixes .gitignore
localhorst merged pull request localhorst/ESP32-Mesh-OTA#2 2021-01-21 11:47:51 +01:00
refactor
localhorst pushed to master at localhorst/ESP32-Mesh-OTA 2021-01-21 11:47:51 +01:00
c3d6e3c8a2 Merge pull request 'refactor' (#2) from develop into master
9600b76a80 added doxygen file
7fe1f18985 added all doxygen comments
f3749b9985 added doxygen
b29887e0ac added allow reboot define and clear node from node queue after successfully ota process
Compare 22 commits »
localhorst created pull request localhorst/ESP32-Mesh-OTA#2 2021-01-21 11:47:33 +01:00
refactor
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-21 11:43:16 +01:00
9600b76a80 added doxygen file
7fe1f18985 added all doxygen comments
Compare 2 commits »
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-21 00:01:31 +01:00
f3749b9985 added doxygen
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-20 23:04:25 +01:00
b29887e0ac added allow reboot define and clear node from node queue after successfully ota process
77e87ec840 changed the most params to const
7f0e82fd29 renamed functions in modules
e4c620c9c5 splitted into several modules; include cleanup
Compare 4 commits »
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-20 15:18:27 +01:00
14028679e1 fixing timeout and non-relevant OTA messages
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-20 13:43:46 +01:00
05dfe8528b fixed update of all neighbours after update
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-20 11:20:39 +01:00
f74985da4c fixed mesh OTA process
localhorst pushed to feature/blockingOTA at localhorst/ESP32-Mesh-OTA 2021-01-20 10:23:54 +01:00
7301305135 blocking OTA Tx and Rx
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-19 22:19:36 +01:00
57c71c401c OTA Tx and Rx over Mesh
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-19 17:20:22 +01:00
94aa8751cb Mesh OTA Master & Slave