Skip to content

Commit

Permalink
Set default antenna height
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Jun 27, 2024
1 parent a755b31 commit 420f8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/RTK_Everywhere/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,8 @@ struct Settings
int rtkIdentifier = RTK_IDENTIFIER; // rtkIdentifier **must** be the second entry

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

Expand Down

0 comments on commit 420f8a9

Please sign in to comment.