Skip to content

Commit 17dfdf6

Browse files
committed
Revert "menuSystem: Add option 10 to operations menu to force tilt detection"
This reverts commit 2d56fc4.
1 parent bddaeb1 commit 17dfdf6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Firmware/RTK_Everywhere/menuSystem.ino

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,9 +1233,6 @@ void menuOperation()
12331233
systemPrint("9) UART Receive Buffer Size: ");
12341234
systemPrintln(settings.uartReceiveBufferSize);
12351235

1236-
// Tilt
1237-
systemPrintf("10) Force Tilt detect\r\n");
1238-
12391236
// PPL Float Lock timeout
12401237
systemPrint("11) Set PPL RTK Fix Timeout (seconds): ");
12411238
if (settings.pplFixTimeoutS > 0)
@@ -1330,11 +1327,6 @@ void menuOperation()
13301327
ESP.restart();
13311328
}
13321329
}
1333-
1334-
// Allow the user to force tilt detection in case they switched the GNSS
1335-
// board in the Facet FP to one with the same GNSS but now has the tilt sensor
1336-
else if (incoming == 10)
1337-
tiltForceDetectionReboot();
13381330
else if (incoming == 11)
13391331
{
13401332
getNewSetting("Enter number of seconds in RTK float using PPL, before reset", 0, 3600,

0 commit comments

Comments
 (0)