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 2408778 commit af5da73Copy full SHA for af5da73
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -19,8 +19,8 @@
19
Settings are loaded from microSD if available otherwise settings are pulled from ESP32's file system LittleFS.
20
*/
21
22
-const int FIRMWARE_VERSION_MAJOR = 3;
23
-const int FIRMWARE_VERSION_MINOR = 0;
+const int FIRMWARE_VERSION_MAJOR = 2;
+const int FIRMWARE_VERSION_MINOR = 7;
24
25
#define COMPILE_WIFI //Comment out to remove WiFi functionality
26
#define COMPILE_AP //Requires WiFi. Comment out to remove Access Point functionality
0 commit comments