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 aa3f81a commit 6253b5fCopy full SHA for 6253b5f
Firmware/RTK_Everywhere/Begin.ino
@@ -664,10 +664,11 @@ void beginBoard()
664
present.invertedFastPowerOff = true;
665
present.gnss_to_uart = true;
666
present.gnss_to_uart2 = true;
667
- present.needsExternalPpl = true; // Uses the PointPerfect Library
668
present.microSdCardDetectLow = true; // Except microSD is connected to mosaic... present.microSd is false
+
669
present.minCno = true;
670
present.minElevation = true;
671
+ present.needsExternalPpl = true; // Uses the PointPerfect Library for L-Band
672
present.dynamicModel = true;
673
674
pin_muxA = 2;
0 commit comments