mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-28 07:57:18 +02:00
Fix esp_log logs not come out on O-PP
This commit is contained in:
@ -813,8 +813,6 @@ static void openAirInit(void) {
|
|||||||
Serial.println("CO2 S8 sensor not found");
|
Serial.println("CO2 S8 sensor not found");
|
||||||
Serial.println("Can not detect S8 run mode 'PPT'");
|
Serial.println("Can not detect S8 run mode 'PPT'");
|
||||||
fwMode = FW_MODE_O_1PPT;
|
fwMode = FW_MODE_O_1PPT;
|
||||||
|
|
||||||
Serial0.end();
|
|
||||||
delay(200);
|
delay(200);
|
||||||
} else {
|
} else {
|
||||||
Serial.println("Found S8 on Serial0");
|
Serial.println("Found S8 on Serial0");
|
||||||
|
Reference in New Issue
Block a user