Merge pull request #298 from airgradienthq/fix/recover-cellular-connection

Restarting cellular module when cellular client is not ready
This commit is contained in:
Samuel Siburian
2025-04-04 10:43:59 +07:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@ -813,8 +813,6 @@ static void openAirInit(void) {
Serial.println("CO2 S8 sensor not found");
Serial.println("Can not detect S8 run mode 'PPT'");
fwMode = FW_MODE_O_1PPT;
Serial0.end();
delay(200);
} else {
Serial.println("Found S8 on Serial0");