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 ae67599 commit ade89d4Copy full SHA for ade89d4
Firmware/RTK_Everywhere/menuCorrectionsPriorities.ino
@@ -154,6 +154,8 @@ typedef struct {
154
155
std::vector<registeredCorrectionsSource> registeredCorrectionsSources; // vector (linked list) of registered corrections sources for this device
156
157
+correctionsSource pplCorrectionsSource; // Record which source is feeding the PPL
158
+
159
void clearRegisteredCorrectionsSources()
160
{
161
registeredCorrectionsSources.clear();
0 commit comments