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;
2828#define COMPILE_WIFI // Comment out to remove WiFi functionality
2929#define COMPILE_BT // Comment out to remove Bluetooth functionality
3030#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)
3232
3333// Define the RTK board identifier:
3434// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
@@ -511,7 +511,7 @@ void setup()
511511
512512 beginIdleTasks ();
513513
514- beginI2C ();
514+ beginI2C ();
515515
516516 beginDisplay (); // Start display first to be able to display any errors
517517
You can’t perform that action at this time.
0 commit comments