Skip to content

Commit 6253b5f

Browse files
committed
Make X5 platform presents more obvious
1 parent aa3f81a commit 6253b5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,10 +664,11 @@ void beginBoard()
664664
present.invertedFastPowerOff = true;
665665
present.gnss_to_uart = true;
666666
present.gnss_to_uart2 = true;
667-
present.needsExternalPpl = true; // Uses the PointPerfect Library
668667
present.microSdCardDetectLow = true; // Except microSD is connected to mosaic... present.microSd is false
668+
669669
present.minCno = true;
670670
present.minElevation = true;
671+
present.needsExternalPpl = true; // Uses the PointPerfect Library for L-Band
671672
present.dynamicModel = true;
672673

673674
pin_muxA = 2;

0 commit comments

Comments
 (0)