Skip to content

Commit 25ee214

Browse files
committed
Allow negative antennaHeights
Fix for #377
1 parent 3bf56d7 commit 25ee214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ typedef struct {
571571
bool enableTcpServer = false;
572572
bool enablePrintTcpStatus = false;
573573
bool espnowBroadcast = true; //When true, overrides peers and sends all data via broadcast
574-
uint16_t antennaHeight = 0; //in mm
574+
int16_t antennaHeight = 0; //in mm
575575
float antennaReferencePoint = 0.0; //in mm
576576
bool echoUserInput = true;
577577
int uartReceiveBufferSize = 1024 * 2; //This buffer is filled automatically as the UART receives characters.

0 commit comments

Comments
 (0)