This commit is contained in:
Phat Nguyen
2024-04-13 20:50:11 +07:00
parent e1115659e2
commit 09cbbed856
4 changed files with 7 additions and 4 deletions

View File

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