mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 17:52:08 +02:00
fix typo
This commit is contained in:
@ -571,7 +571,7 @@ static void openAirInit(void) {
|
||||
fwMode = FW_MODE_O_1PP;
|
||||
} else {
|
||||
Serial.println("Can not detect SGP run mode 'O-1PS'");
|
||||
fwMode = FW_MDOE_O_1PS;
|
||||
fwMode = FW_MODE_O_1PS;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user