first functional weather widget release

This commit is contained in:
sharandac
2020-07-24 12:07:15 +02:00
parent 923f0af327
commit cedb825ee6
12 changed files with 55 additions and 19 deletions

View File

@@ -125,7 +125,7 @@ static void update_event_handler(lv_obj_t * obj, lv_event_t event) {
void update_Task( void * pvParameters ) {
while( true ) {
vTaskDelay( 250 );
vTaskDelay( 500 );
if ( xEventGroupGetBits( update_event_handle) & UPDATE_REQUEST ) {
if( WiFi.status() == WL_CONNECTED ) {