Rename board type 3.7 to 3.3

This commit is contained in:
Phat Nguyen
2024-06-25 16:43:50 +07:00
parent 3ebce4ac44
commit bfd20a73da
11 changed files with 29 additions and 29 deletions

View File

@ -19,7 +19,7 @@ String Measurements::toString(bool localServer, AgFirmwareMode fwMode, int rssi,
}
}
if (ag->isOne() || (ag->isPro4_2()) || ag->isPro3_7() || ag->isBasic()) {
if (ag->isOne() || (ag->isPro4_2()) || ag->isPro3_3() || ag->isBasic()) {
if (config->hasSensorPMS1) {
if (this->pm01_1 >= 0) {
root["pm01"] = this->pm01_1;