v0.9.555
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user