pfalcon / yaota8266

Yet another OTA solution for ESP8266, this time supporting large (>512KB) firmwares even on 1MB devices (repo is rebased)
120 stars 33 forks source link

ota-server should have own settings for WiFi params #13

Open pfalcon opened 7 years ago

pfalcon commented 7 years ago

Currently, ota-server uses whatever is stored in FlashROM configuration, so if for example if WiFi interfaces are disabled, there won't be any OTA. So, it optionally should have own settings, and use non-storing APIs to set them.

pfalcon commented 7 years ago

Params should be set using https://github.com/pfalcon/yaota8266/issues/14

jedie commented 4 years ago

I also think it's useless to wait for an OTA update when there is no WiFi connection ;)