mirror of
https://github.com/enjoyneering/AHT10.git
synced 2024-10-03 18:09:02 -04:00
Update AHT10_AVR_LCD_i2c.ino
This commit is contained in:
parent
7d8392c5ab
commit
2be6addb71
@ -63,7 +63,8 @@ void setup()
|
||||
/* AHT10 connection check */
|
||||
while (myAHT10.begin() != true)
|
||||
{
|
||||
lcd.print(F("AHT10 not connected or fail to load calibration coefficient")); //(F()) saves string to flash & keeps dynamic memory free
|
||||
lcd.print(F("AHT10 Error")); //(F()) saves string to flash & keeps dynamic memory free
|
||||
Serial.println(F("AHT10 not connected or fail to load calibration coefficient"));
|
||||
delay(5000);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user