martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.84k stars 912 forks source link

OTA update #324

Open jsponz opened 5 years ago

jsponz commented 5 years ago

Is it possible that the esp checks regularly for a new update and if found makes the update process automatically?

Is there any way to force the update? i.e. Sending a command via MQTT.

martin-ger commented 5 years ago

No, there is no auto-update funktionality. However you can initiate an over-the-air-update (https://github.com/martin-ger/esp_wifi_repeater#ota-over-the-air-update-support ).

You can trigger such an update (and also any other command) via MQTT by sending a string "ota update" to a configured command-topic. https://github.com/martin-ger/esp_wifi_repeater#mqtt-support