Skip to content

Commit 4808daf

Browse files
committed
Configure PPL to use both IP and L-band channels on mosaic hardware
Allows the decryption of IP based corrections
1 parent 9a8a921 commit 4808daf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Firmware/RTK_Everywhere/PointPerfectLibrary.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,7 @@ void beginPPL()
149149
bool successfulInit = true;
150150

151151
uint32_t pplConfigOptionsMask;
152-
if (present.gnss_mosaicX5)
153-
pplConfigOptionsMask = PPL_CFG_ENABLE_AUX_CHANNEL; // auxiliary channel support
154-
else
155-
pplConfigOptionsMask = PPL_CFG_DEFAULT_CFG; // IP and L-Band support
152+
pplConfigOptionsMask = PPL_CFG_DEFAULT_CFG; // IP and L-Band support
156153

157154
ePPL_ReturnStatus result = PPL_Initialize(pplConfigOptionsMask);
158155

0 commit comments

Comments
 (0)