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()
178
178
#endif
179
179
180
180
radioState = WIFI_ON_NOCONNECTION;
181
- btLEDTask.detach (); // Increase BT LED blinker task rate
182
- btLEDTask.attach (btLEDTaskPace33Hz, updateBTled); // Rate in seconds, callback
183
181
}
184
182
185
183
// Handler for firmware file upload
Original file line number Diff line number Diff line change @@ -597,11 +597,14 @@ void updateSystemState()
597
597
{
598
598
if (productVariant == RTK_SURVEYOR)
599
599
{
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
+
600
604
digitalWrite (pin_baseStatusLED, LOW);
601
605
digitalWrite (pin_positionAccuracyLED_1cm, LOW);
602
606
digitalWrite (pin_positionAccuracyLED_10cm, LOW);
603
607
digitalWrite (pin_positionAccuracyLED_100cm, LOW);
604
- ledcWrite (ledBTChannel, 0 ); // Turn off BT LED
605
608
}
606
609
607
610
displayWiFiConfigNotStarted (); // Display immediately during SD cluster pause
You can’t perform that action at this time.
0 commit comments