From 07dcbcc53e14fc324907f6ab0ff3d1f2803c0dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=B6=E8=80=8C=E5=B9=B6=E6=B2=A1=E6=9C=89?= Date: Sat, 5 Jul 2025 21:21:05 +0800 Subject: [PATCH] fix: AHT30 sensor start with null values (#23624) --- tasmota/tasmota_xsns_sensor/xsns_63_aht1x.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xsns_sensor/xsns_63_aht1x.ino b/tasmota/tasmota_xsns_sensor/xsns_63_aht1x.ino index f62e572ee..77b430f54 100644 --- a/tasmota/tasmota_xsns_sensor/xsns_63_aht1x.ino +++ b/tasmota/tasmota_xsns_sensor/xsns_63_aht1x.ino @@ -83,7 +83,7 @@ struct { bool write_ok = false; uint8_t addresses[2] = { AHT1X_ADDR1, AHT1X_ADDR2 }; uint8_t count = 0; - uint8_t Pcount = 0; + uint8_t Pcount = 9; } aht1x; struct {