Skip to content

Commit 900eb53

Browse files
committed
Turn off menu print if ESP Now not compiled
1 parent ba5fa40 commit 900eb53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/menuMain.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ void menuMain()
5353

5454
Serial.println("p) Configure Profiles");
5555

56+
#ifdef COMPILE_ESPNOW
5657
Serial.println("r) Configure Radios");
58+
#endif
5759

5860
if (online.lband == true)
5961
Serial.println("P) Configure PointPerfect");

0 commit comments

Comments
 (0)