change debug msg

This commit is contained in:
sharandac
2020-07-29 09:18:53 +02:00
parent c67db70f22
commit 47e2fb0376
12 changed files with 36 additions and 40 deletions

View File

@@ -162,7 +162,6 @@ void weather_setup_tile_setup( lv_obj_t *tile, lv_style_t *style, lv_coord_t hre
lv_switch_on( weather_wind_onoff, LV_ANIM_OFF );
else
lv_switch_off( weather_wind_onoff, LV_ANIM_OFF );
log_e("Display wind currently set to %d", weather_config->showWind);
}
static void weather_textarea_event_cb( lv_obj_t * obj, lv_event_t event ) {