mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-09-25 20:20:55 +02:00
Simple typo fix
This commit is contained in:
@@ -294,7 +294,7 @@ static bool sgp41Init(void) {
|
|||||||
configuration.hasSensorSGP = true;
|
configuration.hasSensorSGP = true;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
Serial.println("Init SGP41 failuire");
|
Serial.println("Init SGP41 failure");
|
||||||
configuration.hasSensorSGP = false;
|
configuration.hasSensorSGP = false;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@@ -351,7 +351,7 @@ static bool sgp41Init(void) {
|
|||||||
configuration.hasSensorSGP = true;
|
configuration.hasSensorSGP = true;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
Serial.println("Init SGP41 failuire");
|
Serial.println("Init SGP41 failure");
|
||||||
configuration.hasSensorSGP = false;
|
configuration.hasSensorSGP = false;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@@ -374,7 +374,7 @@ static bool sgp41Init(void) {
|
|||||||
configuration.hasSensorSGP = true;
|
configuration.hasSensorSGP = true;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
Serial.println("Init SGP41 failuire");
|
Serial.println("Init SGP41 failure");
|
||||||
configuration.hasSensorSGP = false;
|
configuration.hasSensorSGP = false;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@@ -559,7 +559,7 @@ static bool sgp41Init(void) {
|
|||||||
configuration.hasSensorSGP = true;
|
configuration.hasSensorSGP = true;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
Serial.println("Init SGP41 failuire");
|
Serial.println("Init SGP41 failure");
|
||||||
configuration.hasSensorSGP = false;
|
configuration.hasSensorSGP = false;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user