Allow QR setup and webUI config at the same time

This commit is contained in:
Djuri 2023-11-14 16:55:18 +01:00
parent 3836a9937d
commit 2f39df176c
3 changed files with 32 additions and 16 deletions

View file

@ -33,6 +33,9 @@ void ledTask(void *parameter)
case LED_FLASH_ERROR:
blinkDelayColor(250, 3, 255, 0, 0);
break;
case LED_EFFECT_HEARTBEAT:
blinkDelayColor(150, 2, 0, 0, 255);
break;
case LED_EFFECT_WIFI_CONNECT_SUCCESS:
case LED_FLASH_SUCCESS:
blinkDelayColor(150, 3, 0, 255, 0);