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

@@ -247,7 +247,7 @@ void wifictl_Task( void * pvParameters ) {
return;
while( true ) {
vTaskDelay( 50 );
vTaskDelay( 500 );
if ( powermgm_get_event( POWERMGM_WIFI_ON_REQUEST ) ) {
statusbar_wifi_set_state( true, "activate" );
WiFi.mode( WIFI_STA );