centralized LED Control and ModeSwitching in Lubeapp.cpp
This commit is contained in:
@@ -411,6 +411,8 @@ void Display_Process()
|
||||
*/
|
||||
void toggleWiFiAP(bool shutdown)
|
||||
{
|
||||
LEDControl_SetOverride(LED_WIFI_COLOR, LED_PATTERN_BLINK_FAST, 2500);
|
||||
|
||||
// Check if WiFi is currently active
|
||||
if (WiFi.getMode() != WIFI_OFF)
|
||||
{
|
||||
|
Reference in New Issue
Block a user