Update AHT10_ESP8266_LCD_i2c.ino

This commit is contained in:
enjoyneering 2020-03-20 10:26:13 -04:00 committed by GitHub
parent e5bd12083c
commit 3350501f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@ void setup()
/* AHT10 connection check */
while (myAHT10.begin(SDA, SCL) != true)
{
lcd.setCursor(0, 0);
lcd.print(F("AHT10 Error"));
Serial.println(F("AHT10 not connected or fail to load calibration coefficient"));
delay(5000);