diff --git a/src/app/weather/weather_setup.cpp b/src/app/weather/weather_setup.cpp index d4d12f9..8795e90 100644 --- a/src/app/weather/weather_setup.cpp +++ b/src/app/weather/weather_setup.cpp @@ -184,7 +184,7 @@ void weather_setup_tile_setup( uint32_t tile_num ) { lv_obj_t *weather_imperial_cont = lv_obj_create( weather_setup_tile, NULL); lv_obj_set_size( weather_imperial_cont, LV_HOR_RES_MAX, 32); lv_obj_add_style( weather_imperial_cont, LV_OBJ_PART_MAIN, &weather_setup_style ); - lv_obj_align( weather_imperial_cont, weather_autosync_cont, LV_ALIGN_OUT_BOTTOM_MID, 0, 0 ); + lv_obj_align( weather_imperial_cont, weather_wind_cont, LV_ALIGN_OUT_BOTTOM_MID, 0, 0 ); weather_imperial_onoff = lv_switch_create( weather_imperial_cont, NULL); lv_obj_add_protect( weather_imperial_onoff, LV_PROTECT_CLICK_FOCUS); lv_obj_add_style( weather_imperial_onoff, LV_SWITCH_PART_INDIC, mainbar_get_switch_style() ); diff --git a/src/config.h b/src/config.h index a23562e..bf16b5f 100644 --- a/src/config.h +++ b/src/config.h @@ -32,6 +32,6 @@ /* * firmeware version string */ - #define __FIRMWARE__ "2020082104" + #define __FIRMWARE__ "2020082105" #endif // _CONFIG_H diff --git a/ttgo-t-watch2020_v1.ino.bin b/ttgo-t-watch2020_v1.ino.bin index 0141333..ca02957 100644 Binary files a/ttgo-t-watch2020_v1.ino.bin and b/ttgo-t-watch2020_v1.ino.bin differ diff --git a/ttgo-t-watch2020_v1.version.json b/ttgo-t-watch2020_v1.version.json index 70bfe4a..fc9daa8 100644 --- a/ttgo-t-watch2020_v1.version.json +++ b/ttgo-t-watch2020_v1.version.json @@ -1 +1 @@ -{"version":"2020082104","host":"http://www.neo-guerillaz.de","file":"ttgo-t-watch2020_v1.ino.bin"} +{"version":"2020082105","host":"http://www.neo-guerillaz.de","file":"ttgo-t-watch2020_v1.ino.bin"}