Skip to content

Commit 5cba1d1

Browse files
committed
Set LED as output
1 parent 6a2195e commit 5cba1d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -723,13 +723,10 @@ void beginBoard()
723723
pin_bluetoothStatusLED = 4; // Blue LED
724724
pin_gnssStatusLED = 0; // Green LED
725725

726-
pinMode(pin_bluetoothStatusLED, OUTPUT);
727-
728-
// DMW_if systemPrintf("pin_gnssStatusLED: %d\r\n", pin_gnssStatusLED);
729-
// pinMode(pin_gnssStatusLED, OUTPUT);
730-
731726
// Turn on Bluetooth and GNSS LEDs to indicate power on
727+
pinMode(pin_bluetoothStatusLED, OUTPUT);
732728
bluetoothLedOn();
729+
pinMode(pin_gnssStatusLED, OUTPUT);
733730
gnssStatusLedOn();
734731

735732
pinMode(pin_GNSS_TimePulse, INPUT);

0 commit comments

Comments
 (0)