File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,6 @@ void startConfigAP()
178178#endif
179179
180180 radioState = WIFI_ON_NOCONNECTION;
181- btLEDTask.detach (); // Increase BT LED blinker task rate
182- btLEDTask.attach (btLEDTaskPace33Hz, updateBTled); // Rate in seconds, callback
183181}
184182
185183// Handler for firmware file upload
Original file line number Diff line number Diff line change @@ -597,11 +597,14 @@ void updateSystemState()
597597 {
598598 if (productVariant == RTK_SURVEYOR)
599599 {
600+ // Start BT LED Fade to indicate start of WiFi
601+ btLEDTask.detach (); // Increase BT LED blinker task rate
602+ btLEDTask.attach (btLEDTaskPace33Hz, updateBTled); // Rate in seconds, callback
603+
600604 digitalWrite (pin_baseStatusLED, LOW);
601605 digitalWrite (pin_positionAccuracyLED_1cm, LOW);
602606 digitalWrite (pin_positionAccuracyLED_10cm, LOW);
603607 digitalWrite (pin_positionAccuracyLED_100cm, LOW);
604- ledcWrite (ledBTChannel, 0 ); // Turn off BT LED
605608 }
606609
607610 displayWiFiConfigNotStarted (); // Display immediately during SD cluster pause
You can’t perform that action at this time.
0 commit comments