Skip to content

Commit 6c17c78

Browse files
committed
Create binaries for v19
1 parent ec1061c commit 6c17c78

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
Binary file not shown.
Binary file not shown.
1.81 MB
Binary file not shown.

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
const int FIRMWARE_VERSION_MAJOR = 1;
4545
const int FIRMWARE_VERSION_MINOR = 9;
4646

47-
//#define COMPILE_WIFI //Comment out to remove all WiFi functionality
48-
//#define COMPILE_BT //Comment out to disable all Bluetooth
49-
#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
47+
#define COMPILE_WIFI //Comment out to remove all WiFi functionality
48+
#define COMPILE_BT //Comment out to disable all Bluetooth
49+
//#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
5050

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

0 commit comments

Comments
 (0)