We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2195e commit 5cba1d1Copy full SHA for 5cba1d1
Firmware/RTK_Everywhere/Begin.ino
@@ -723,13 +723,10 @@ void beginBoard()
723
pin_bluetoothStatusLED = 4; // Blue LED
724
pin_gnssStatusLED = 0; // Green LED
725
726
- pinMode(pin_bluetoothStatusLED, OUTPUT);
727
-
728
- // DMW_if systemPrintf("pin_gnssStatusLED: %d\r\n", pin_gnssStatusLED);
729
- // pinMode(pin_gnssStatusLED, OUTPUT);
730
731
// Turn on Bluetooth and GNSS LEDs to indicate power on
+ pinMode(pin_bluetoothStatusLED, OUTPUT);
732
bluetoothLedOn();
+ pinMode(pin_gnssStatusLED, OUTPUT);
733
gnssStatusLedOn();
734
735
pinMode(pin_GNSS_TimePulse, INPUT);
0 commit comments