Provide iccid when checking if firmware update available

This commit is contained in:
samuelbles07
2025-06-20 01:08:46 +07:00
parent d8eb6b3c1a
commit 060a7f6815
3 changed files with 3 additions and 3 deletions

View File

@ -575,7 +575,7 @@ void checkForFirmwareUpdate(void) {
if (networkOption == UseWifi) {
agOta = new AirgradientOTAWifi;
} else {
agOta = new AirgradientOTACellular(cellularCard);
agOta = new AirgradientOTACellular(cellularCard, agClient->getICCID());
}
// Indicate main task that firmware update is in progress