File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ static volatile uint8_t loraState = LORA_OFF;
76
76
char loraFirmwareVersion[25 ] = {' \0 ' };
77
77
int loraBytesSent = 0 ;
78
78
79
- HardwareSerial *SerialForLoRa; // Don't instantiate until we know the platform. May compete with SerialForTile
79
+ HardwareSerial *SerialForLoRa; // Don't instantiate until we know the platform. May compete with SerialForTilt
80
80
81
81
// Called from main loop
82
82
// Control incoming/outgoing RTCM data from STM32 based LoRa radio (if supported by platform)
Original file line number Diff line number Diff line change @@ -908,7 +908,7 @@ void beginGpioExpanderSwitches()
908
908
// PWRKILL is on pin 7. Driving it low will turn off the system
909
909
for (int i = 0 ; i < 8 ; i++)
910
910
{
911
- // Set all pins to low expect GNSS RESET and PWRKILL
911
+ // Set all pins to low except GNSS RESET and PWRKILL
912
912
if (i == 5 || i == 7 )
913
913
gpioExpanderSwitches->digitalWrite (i, HIGH);
914
914
else
You can’t perform that action at this time.
0 commit comments