Open pfalcon opened 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.
Params should be set using https://github.com/pfalcon/yaota8266/issues/14
I also think it's useless to wait for an OTA update when there is no WiFi connection ;)
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.