more tweaks

This commit is contained in:
sharandac
2020-07-24 14:28:59 +02:00
parent cedb825ee6
commit 8ca3f25292
9 changed files with 48 additions and 13 deletions

View File

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