Skip to content

Commit 76e4ec2

Browse files
committed
Add LoRa to RTCM processing
1 parent e93a1ec commit 76e4ec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/Base.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ void processRTCM(uint8_t *rtcmData, uint16_t dataLength)
1212
for (int x = 0; x < dataLength; x++)
1313
espnowProcessRTCM(rtcmData[x]);
1414

15+
loraProcessRTCM(rtcmData, dataLength);
16+
1517
rtcmLastPacketSent = millis();
1618
rtcmPacketsSent++;
1719

0 commit comments

Comments
 (0)