@@ -212,7 +212,7 @@ void beginBoard()
212212 present.button_powerHigh = true ; // Button is pressed when high
213213 present.beeper = true ;
214214 present.gnss_to_uart = true ;
215- present.needsExternalPpl = true ; // Uses the PointPerfect Library
215+ present.needsExternalPpl = true ; // Uses the PointPerfect Library
216216 present.galileoHasCapable = true ;
217217 present.multipathMitigation = true ; // UM980 has MPM, other platforms do not
218218 present.minCno = true ;
@@ -702,10 +702,10 @@ void beginBoard()
702702 present.gpioExpander = true ;
703703 present.microSdCardDetectGpioExpanderHigh = true ; // CD is on GPIO 5 of expander. High = SD in place.
704704
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+
709709 pin_I2C0_SDA = 7 ;
710710 pin_I2C0_SCL = 20 ;
711711
@@ -723,7 +723,7 @@ void beginBoard()
723723 pin_gpioExpanderInterrupt = 14 ; // Pin 'AOI' (Analog Output Input) on Portability Shield
724724
725725 pin_bluetoothStatusLED = 4 ; // Blue LED
726- pin_gnssStatusLED = 0 ; // Green LED
726+ pin_gnssStatusLED = 0 ; // Green LED
727727
728728 // Turn on Bluetooth and GNSS LEDs to indicate power on
729729 pinMode (pin_bluetoothStatusLED, OUTPUT);
0 commit comments