V 1.3.2 - X-Achse dazu

This commit is contained in:
rxf
2024-07-23 16:50:51 +02:00
parent bcba2bc319
commit 7281feca71
8 changed files with 146 additions and 33 deletions

View File

@@ -104,7 +104,7 @@ void loop() {
timeinfo = gettheTime(NTPREADTIME);
if (timeinfo.tm_sec == 0) { // minute over
showDateTime(timeinfo);
}
}
if (millis() - bmeReadtimer > bmeReadTime) {
bmeReadtimer = millis();
bmedata = readBME280();