Hendrik Schutter localhorst
  • Baden, DE
  • Joined on 2018-06-13
localhorst merged pull request localhorst/ESP32-Mesh-OTA#2 2021-01-21 11:47:51 +01:00
refactor
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
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-19 12:36:34 +01:00
b274d939c4 OTA mesh worker
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-18 22:56:49 +01:00
6446049876 OTA message handle call and vAddAllNeighboursToQueue()
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-18 19:03:35 +01:00
88fd2c69a9 added OTA process mutex; progress log; reboot flag
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-18 17:38:12 +01:00
a0546aa3ef completet https ota
localhorst pushed to feature/https_client at localhorst/ESP32-Mesh-OTA 2021-01-18 16:13:01 +01:00
3c0232c7de fixed reuse of mbedtls
localhorst pushed to feature/https_client at localhorst/ESP32-Mesh-OTA 2021-01-18 13:40:40 +01:00
7afe6bb195 added tls read timeout
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-18 12:50:07 +01:00
c542dc05ab cleanup https ota
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-17 23:48:03 +01:00
cf99410893 added https ota code in task
localhorst pushed to develop at localhorst/ESP32-Mesh-OTA 2021-01-17 23:27:08 +01:00
c6829f0483 added control for http_ota task