mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-06-28 09:10:57 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
831c844c24 | |||
060a7f6815 |
@ -575,7 +575,7 @@ void checkForFirmwareUpdate(void) {
|
|||||||
if (networkOption == UseWifi) {
|
if (networkOption == UseWifi) {
|
||||||
agOta = new AirgradientOTAWifi;
|
agOta = new AirgradientOTAWifi;
|
||||||
} else {
|
} else {
|
||||||
agOta = new AirgradientOTACellular(cellularCard);
|
agOta = new AirgradientOTACellular(cellularCard, agClient->getICCID());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Indicate main task that firmware update is in progress
|
// Indicate main task that firmware update is in progress
|
||||||
|
Submodule src/Libraries/airgradient-client updated: a4ac14936e...e32a6a4cde
Submodule src/Libraries/airgradient-ota updated: c772392427...7b103e9073
Reference in New Issue
Block a user