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 3bf56d7 commit 25ee214Copy full SHA for 25ee214
Firmware/RTK_Surveyor/settings.h
@@ -571,7 +571,7 @@ typedef struct {
571
bool enableTcpServer = false;
572
bool enablePrintTcpStatus = false;
573
bool espnowBroadcast = true; //When true, overrides peers and sends all data via broadcast
574
- uint16_t antennaHeight = 0; //in mm
+ int16_t antennaHeight = 0; //in mm
575
float antennaReferencePoint = 0.0; //in mm
576
bool echoUserInput = true;
577
int uartReceiveBufferSize = 1024 * 2; //This buffer is filled automatically as the UART receives characters.
0 commit comments