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 a755b31 commit 420f8a9Copy full SHA for 420f8a9
Firmware/RTK_Everywhere/settings.h
@@ -1021,8 +1021,8 @@ struct Settings
1021
int rtkIdentifier = RTK_IDENTIFIER; // rtkIdentifier **must** be the second entry
1022
1023
// Antenna
1024
- int16_t antennaHeight_mm = 0; // in mm
1025
- float antennaPhaseCenter_mm = 0.0; // in mm
+ int16_t antennaHeight_mm = 1800; // Aka Pole length
+ float antennaPhaseCenter_mm = 0.0; // Aka ARP
1026
uint16_t ARPLoggingInterval_s = 10; // Log the ARP every 10 seconds - if available
1027
bool enableARPLogging = false; // Log the Antenna Reference Position from RTCM 1005/1006 - if available
1028
0 commit comments