Skip to content

Commit d96e332

Browse files
committed
Disable developer mode
1 parent 8a9170f commit d96e332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const int FIRMWARE_VERSION_MINOR = 6;
3030
#define COMPILE_ESPNOW //Requires WiFi. Comment out to remove ESP-Now functionality.
3131
#define COMPILE_BT //Comment out to remove Bluetooth functionality
3232
#define COMPILE_L_BAND //Comment out to remove L-Band functionality
33-
#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
33+
//#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
3434

3535
//Define the RTK board identifier:
3636
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us

0 commit comments

Comments
 (0)