mirror of
https://github.com/enjoyneering/AHT10.git
synced 2024-10-03 18:09:02 -04:00
Update AHT10_ESP8266_LCD_i2c.ino
This commit is contained in:
parent
1b1bc7cc31
commit
cfb5fce22e
@ -75,7 +75,8 @@ void setup()
|
|||||||
while (myAHT10.begin(SDA, SCL) != true)
|
while (myAHT10.begin(SDA, SCL) != true)
|
||||||
{
|
{
|
||||||
lcd.setCursor(0, 0);
|
lcd.setCursor(0, 0);
|
||||||
lcd.print(F("AHT10 not connected or fail to load calibration coefficient"));
|
lcd.print(F("AHT10 Error"));
|
||||||
|
Serial.println(F("AHT10 not connected or fail to load calibration coefficient"));
|
||||||
delay(5000);
|
delay(5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user