File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const int FIRMWARE_VERSION_MINOR = 3;
28
28
#define COMPILE_WIFI // Comment out to remove WiFi functionality
29
29
#define COMPILE_BT // Comment out to remove Bluetooth functionality
30
30
#define COMPILE_AP // Comment out to remove Access Point functionality
31
- #define ENABLE_DEVELOPER // Uncomment this line to enable special developer modes (don't check power button at startup)
31
+ // #define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
32
32
33
33
// Define the RTK board identifier:
34
34
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
@@ -511,7 +511,7 @@ void setup()
511
511
512
512
beginIdleTasks ();
513
513
514
- beginI2C ();
514
+ beginI2C ();
515
515
516
516
beginDisplay (); // Start display first to be able to display any errors
517
517
You can’t perform that action at this time.
0 commit comments