This commit is contained in:
e2002
2025-07-30 09:42:04 +03:00
parent f320c021b2
commit 53cddf3c1d
13 changed files with 137 additions and 186 deletions

View File

@@ -451,7 +451,7 @@ void Display::loop() {
break;
}
case NEWWEATHER: {
if(_weather && network.weatherBuf) _weather->setText(network.weatherBuf);
if(_weather && timekeeper.weatherBuf) _weather->setText(timekeeper.weatherBuf);
break;
}
case BOOTSTRING: {