File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ static bool sgp41Init(void) {
294
294
configuration.hasSensorSGP = true ;
295
295
return true ;
296
296
} else {
297
- Serial.println (" Init SGP41 failuire " );
297
+ Serial.println (" Init SGP41 failure " );
298
298
configuration.hasSensorSGP = false ;
299
299
}
300
300
return false ;
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ static bool sgp41Init(void) {
351
351
configuration.hasSensorSGP = true ;
352
352
return true ;
353
353
} else {
354
- Serial.println (" Init SGP41 failuire " );
354
+ Serial.println (" Init SGP41 failure " );
355
355
configuration.hasSensorSGP = false ;
356
356
}
357
357
return false ;
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ static bool sgp41Init(void) {
374
374
configuration.hasSensorSGP = true ;
375
375
return true ;
376
376
} else {
377
- Serial.println (" Init SGP41 failuire " );
377
+ Serial.println (" Init SGP41 failure " );
378
378
configuration.hasSensorSGP = false ;
379
379
}
380
380
return false ;
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ static bool sgp41Init(void) {
559
559
configuration.hasSensorSGP = true ;
560
560
return true ;
561
561
} else {
562
- Serial.println (" Init SGP41 failuire " );
562
+ Serial.println (" Init SGP41 failure " );
563
563
configuration.hasSensorSGP = false ;
564
564
}
565
565
return false ;
You can’t perform that action at this time.
0 commit comments