mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-29 16:37:17 +02:00
check firmware update after powerup
This commit is contained in:
@ -219,7 +219,7 @@ void setup() {
|
||||
#ifdef ESP8266
|
||||
// ota not supported
|
||||
#else
|
||||
// otaHandler.updateFirmwareIfOutdated(ag->deviceId());
|
||||
otaHandler.updateFirmwareIfOutdated(ag->deviceId());
|
||||
#endif
|
||||
|
||||
apiClient.fetchServerConfiguration();
|
||||
|
Reference in New Issue
Block a user