Skip to content

Commit 420f8a9

Browse files
committed
Set default antenna height
1 parent a755b31 commit 420f8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ struct Settings
10211021
int rtkIdentifier = RTK_IDENTIFIER; // rtkIdentifier **must** be the second entry
10221022

10231023
// Antenna
1024-
int16_t antennaHeight_mm = 0; // in mm
1025-
float antennaPhaseCenter_mm = 0.0; // in mm
1024+
int16_t antennaHeight_mm = 1800; // Aka Pole length
1025+
float antennaPhaseCenter_mm = 0.0; // Aka ARP
10261026
uint16_t ARPLoggingInterval_s = 10; // Log the ARP every 10 seconds - if available
10271027
bool enableARPLogging = false; // Log the Antenna Reference Position from RTCM 1005/1006 - if available
10281028

0 commit comments

Comments
 (0)