We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78787d3 commit 59b2061Copy full SHA for 59b2061
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -46,11 +46,11 @@
46
*/
47
48
const int FIRMWARE_VERSION_MAJOR = 1;
49
-const int FIRMWARE_VERSION_MINOR = 11;
+const int FIRMWARE_VERSION_MINOR = 12;
50
51
#define COMPILE_WIFI //Comment out to remove all WiFi functionality
52
#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)
+#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
54
55
//Define the RTK board identifier:
56
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
0 commit comments