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
e5bd12083c
commit
3350501f0c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user