fix overlapping switch in weather setup

This commit is contained in:
sharandac
2020-08-21 10:48:28 +02:00
parent 183b2c3532
commit 7074ee64f4
4 changed files with 3 additions and 3 deletions

View File

@@ -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() );

View File

@@ -32,6 +32,6 @@
/*
* firmeware version string
*/
#define __FIRMWARE__ "2020082104"
#define __FIRMWARE__ "2020082105"
#endif // _CONFIG_H

Binary file not shown.

View File

@@ -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"}