Remove comment

This commit is contained in:
samuelbles07
2025-04-15 12:20:26 +07:00
parent e7603a7659
commit 9475724d0c

View File

@ -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;