Skip to content

Commit 1d5a341

Browse files
committed
Adding v2.3 binaries
1 parent 30e0b22 commit 1d5a341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.9 MB
Binary file not shown.

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)