diff --git a/examples/BASIC_v4/BASIC_v4.ino b/examples/BASIC_v4/BASIC_v4.ino index c816ab4..2090a24 100644 --- a/examples/BASIC_v4/BASIC_v4.ino +++ b/examples/BASIC_v4/BASIC_v4.ino @@ -160,9 +160,9 @@ public: } } - /** Get "pmsStandard" */ - if (JSON.typeof_(root["pmsStandard"]) == "string") { - String standard = root["pmsStandard"]; + /** Get "pmStandard" */ + if (JSON.typeof_(root["pmStandard"]) == "string") { + String standard = root["pmStandard"]; if (standard == "ugm3") { inUSAQI = false; } else { diff --git a/examples/ONE_I-9PSL/ONE_I-9PSL.ino b/examples/ONE_I-9PSL/ONE_I-9PSL.ino index 16f6d51..df70745 100644 --- a/examples/ONE_I-9PSL/ONE_I-9PSL.ino +++ b/examples/ONE_I-9PSL/ONE_I-9PSL.ino @@ -204,9 +204,9 @@ public: } } - /** Get "pmsStandard" */ - if (JSON.typeof_(root["pmsStandard"]) == "string") { - String standard = root["pmsStandard"]; + /** Get "pmStandard" */ + if (JSON.typeof_(root["pmStandard"]) == "string") { + String standard = root["pmStandard"]; if (standard == "ugm3") { inUSAQI = false; } else { diff --git a/examples/Open_Air_O-1PP/Open_Air_O-1PP.ino b/examples/Open_Air_O-1PP/Open_Air_O-1PP.ino index f726db3..d263232 100644 --- a/examples/Open_Air_O-1PP/Open_Air_O-1PP.ino +++ b/examples/Open_Air_O-1PP/Open_Air_O-1PP.ino @@ -197,9 +197,9 @@ public: } } - /** Get "pmsStandard" */ - if (JSON.typeof_(root["pmsStandard"]) == "string") { - String standard = root["pmsStandard"]; + /** Get "pmStandard" */ + if (JSON.typeof_(root["pmStandard"]) == "string") { + String standard = root["pmStandard"]; if (standard == "ugm3") { inUSAQI = false; } else { diff --git a/examples/Open_Air_O-1PPT/Open_Air_O-1PPT.ino b/examples/Open_Air_O-1PPT/Open_Air_O-1PPT.ino index e95198b..7e01b7a 100644 --- a/examples/Open_Air_O-1PPT/Open_Air_O-1PPT.ino +++ b/examples/Open_Air_O-1PPT/Open_Air_O-1PPT.ino @@ -197,9 +197,9 @@ public: } } - /** Get "pmsStandard" */ - if (JSON.typeof_(root["pmsStandard"]) == "string") { - String standard = root["pmsStandard"]; + /** Get "pmStandard" */ + if (JSON.typeof_(root["pmStandard"]) == "string") { + String standard = root["pmStandard"]; if (standard == "ugm3") { inUSAQI = false; } else { diff --git a/examples/Open_Air_O-1PST/Open_Air_O-1PST.ino b/examples/Open_Air_O-1PST/Open_Air_O-1PST.ino index 8a8eed2..e8e2516 100644 --- a/examples/Open_Air_O-1PST/Open_Air_O-1PST.ino +++ b/examples/Open_Air_O-1PST/Open_Air_O-1PST.ino @@ -201,9 +201,9 @@ public: } } - /** Get "pmsStandard" */ - if (JSON.typeof_(root["pmsStandard"]) == "string") { - String standard = root["pmsStandard"]; + /** Get "pmStandard" */ + if (JSON.typeof_(root["pmStandard"]) == "string") { + String standard = root["pmStandard"]; if (standard == "ugm3") { inUSAQI = false; } else {