Update AHT10_ESP8266_LCD_i2c.ino

This commit is contained in:
enjoyneering 2020-03-20 10:24:09 -04:00 committed by GitHub
parent 1b1bc7cc31
commit cfb5fce22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,8 @@ void setup()
while (myAHT10.begin(SDA, SCL) != true)
{
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);
}