Skip to content

Commit af5da73

Browse files
committed
Push back version for OTA update testing
1 parent 2408778 commit af5da73

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
@@ -19,8 +19,8 @@
1919
Settings are loaded from microSD if available otherwise settings are pulled from ESP32's file system LittleFS.
2020
*/
2121

22-
const int FIRMWARE_VERSION_MAJOR = 3;
23-
const int FIRMWARE_VERSION_MINOR = 0;
22+
const int FIRMWARE_VERSION_MAJOR = 2;
23+
const int FIRMWARE_VERSION_MINOR = 7;
2424

2525
#define COMPILE_WIFI //Comment out to remove WiFi functionality
2626
#define COMPILE_AP //Requires WiFi. Comment out to remove Access Point functionality

0 commit comments

Comments
 (0)