mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-28 16:07:16 +02:00
Remove comment
This commit is contained in:
@ -596,7 +596,6 @@ void otaHandlerCallback(AirgradientOTA::OtaResult result, const char *msg) {
|
|||||||
case AirgradientOTA::Failed:
|
case AirgradientOTA::Failed:
|
||||||
displayExecuteOta(result, "", 0);
|
displayExecuteOta(result, "", 0);
|
||||||
if (configuration.hasSensorSGP && networkOption == UseCellular) {
|
if (configuration.hasSensorSGP && networkOption == UseCellular) {
|
||||||
// Cellular firmware update finish, resuming SGP41 task
|
|
||||||
ag->sgp41.resume();
|
ag->sgp41.resume();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user