forked from btclock/btclock_v3
Allow QR setup and webUI config at the same time
This commit is contained in:
parent
3836a9937d
commit
2f39df176c
3 changed files with 32 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue