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--)