We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8a921 commit 4808dafCopy full SHA for 4808daf
Firmware/RTK_Everywhere/PointPerfectLibrary.ino
@@ -149,10 +149,7 @@ void beginPPL()
149
bool successfulInit = true;
150
151
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
+ pplConfigOptionsMask = PPL_CFG_DEFAULT_CFG; // IP and L-Band support
156
157
ePPL_ReturnStatus result = PPL_Initialize(pplConfigOptionsMask);
158
0 commit comments