From 9475724d0c496bb729be9e97fe832e3b63e4bed8 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Tue, 15 Apr 2025 12:20:26 +0700 Subject: [PATCH] Remove comment --- examples/OneOpenAir/OneOpenAir.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/OneOpenAir/OneOpenAir.ino b/examples/OneOpenAir/OneOpenAir.ino index 8efbd0f..3241e11 100644 --- a/examples/OneOpenAir/OneOpenAir.ino +++ b/examples/OneOpenAir/OneOpenAir.ino @@ -596,7 +596,6 @@ void otaHandlerCallback(AirgradientOTA::OtaResult result, const char *msg) { case AirgradientOTA::Failed: displayExecuteOta(result, "", 0); if (configuration.hasSensorSGP && networkOption == UseCellular) { - // Cellular firmware update finish, resuming SGP41 task ag->sgp41.resume(); } break;