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 8a9170f commit d96e332Copy full SHA for d96e332
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -30,7 +30,7 @@ const int FIRMWARE_VERSION_MINOR = 6;
30
#define COMPILE_ESPNOW //Requires WiFi. Comment out to remove ESP-Now functionality.
31
#define COMPILE_BT //Comment out to remove Bluetooth functionality
32
#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)
+//#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
34
35
//Define the RTK board identifier:
36
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
0 commit comments