@@ -212,7 +212,7 @@ void beginBoard()
212
212
present.button_powerHigh = true ; // Button is pressed when high
213
213
present.beeper = true ;
214
214
present.gnss_to_uart = true ;
215
- present.needsExternalPpl = true ; // Uses the PointPerfect Library
215
+ present.needsExternalPpl = true ; // Uses the PointPerfect Library
216
216
present.galileoHasCapable = true ;
217
217
present.multipathMitigation = true ; // UM980 has MPM, other platforms do not
218
218
present.minCno = true ;
@@ -702,10 +702,10 @@ void beginBoard()
702
702
present.gpioExpander = true ;
703
703
present.microSdCardDetectGpioExpanderHigh = true ; // CD is on GPIO 5 of expander. High = SD in place.
704
704
705
- // We can't enable here because we don't know if lg290pFirmwareVersion is >= v05
706
- // present.minElevation = true;
707
- // present.minCno = true;
708
-
705
+ // We can't enable here because we don't know if lg290pFirmwareVersion is >= v05
706
+ // present.minElevation = true;
707
+ // present.minCno = true;
708
+
709
709
pin_I2C0_SDA = 7 ;
710
710
pin_I2C0_SCL = 20 ;
711
711
@@ -723,7 +723,7 @@ void beginBoard()
723
723
pin_gpioExpanderInterrupt = 14 ; // Pin 'AOI' (Analog Output Input) on Portability Shield
724
724
725
725
pin_bluetoothStatusLED = 4 ; // Blue LED
726
- pin_gnssStatusLED = 0 ; // Green LED
726
+ pin_gnssStatusLED = 0 ; // Green LED
727
727
728
728
// Turn on Bluetooth and GNSS LEDs to indicate power on
729
729
pinMode (pin_bluetoothStatusLED, OUTPUT);
0 commit comments