letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.27k stars 2.21k forks source link

Feature request: Batch OTA #855

Open s0170071 opened 6 years ago

s0170071 commented 6 years ago

updating all ESPs in my house is time consuming - so I just don't. Can the flash tool do that ?

Grovkillen commented 6 years ago

No not at this time. My (still very early) app "ESP Easy Netscan" will eventually be able to do that.

TD-er commented 6 years ago

And also store/backup of settings ;)

But I guess that should wait until we have proper Json import/export of settings.

soif commented 6 years ago

Take a look at my brand new EspBuddy at https://github.com/soif/EspBuddy

Configure some targets in the config file then:

espbuddy.php upload all -b or espbuddy.php backup all

it even automagically OTA updates 1M boards....

You might like it...Feedback and PR welcome! 👍