From d291e7337a3a8b7e665ed1b225f23b802dc743e4 Mon Sep 17 00:00:00 2001 From: Sergey Polyakov Date: Sun, 30 Apr 2017 19:45:20 +0200 Subject: [PATCH] Fix LED indication when clearing network credentials --- system/src/system_network_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/system_network_internal.h b/system/src/system_network_internal.h index f116035795..f32a3db31e 100644 --- a/system/src/system_network_internal.h +++ b/system/src/system_network_internal.h @@ -244,7 +244,7 @@ class ManagedNetworkInterface : public NetworkInterface { // Get base color used for the listening mode indication const LEDStatusData* status = led_signal_status(LED_SIGNAL_LISTENING_MODE, nullptr); - LEDStatus led(status ? status->color : RGB_COLOR_BLUE, LED_PRIORITY_IMPORTANT); + LEDStatus led(status ? status->color : RGB_COLOR_BLUE, LED_PRIORITY_CRITICAL); led.setActive(); int toggle = 25; while (toggle--)