add UPNP / SSPD, see issue #23

This commit is contained in:
sharandac
2020-08-07 13:08:01 +02:00
parent 9f2399f5cb
commit d338b6b073
8 changed files with 59 additions and 10 deletions

View File

@@ -226,11 +226,7 @@ void weather_forecast_sync_Task( void * pvParameters ) {
localtime_r( &now, &info );
strftime( buf, sizeof(buf), "updated: %d.%b %H:%M", &info );
lv_label_set_text( weather_forecast_update_label, buf );
}
else {
char buf[64];
snprintf( buf, sizeof(buf), "Error: %d", retval );
lv_label_set_text( weather_forecast_update_label, buf );
lv_obj_invalidate( lv_scr_act() );
}
}
}