Skip to content

Commit 59b2061

Browse files
committed
Increase firmware version
1 parent 78787d3 commit 59b2061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
*/
4747

4848
const int FIRMWARE_VERSION_MAJOR = 1;
49-
const int FIRMWARE_VERSION_MINOR = 11;
49+
const int FIRMWARE_VERSION_MINOR = 12;
5050

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

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

0 commit comments

Comments
 (0)