diff --git a/src/app/versions.h b/src/app/versions.h index 1d34096..2c55e84 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -44,5 +44,7 @@ //#define SOFT_VERSION "1.6.12" //WEBServer parsing http query parameters differently, allowing for longer URI and RAM savings. //#define SOFT_VERSION "1.6.13" //ScreenManager now providing and handling display auto power off functionality to save power as well as to fight OLED burn-in. //#define SOFT_VERSION "1.6.14" //Corrected a major stack overflow in the WEBServer and fixed a potential one in the FTPServer. -#define SOFT_VERSION "1.6.15" //WEBServer now lists files and folder of a resource when it is a folder. +//#define SOFT_VERSION "1.6.15" //WEBServer now lists files and folder of a resource when it is a folder. +#define SOFT_VERSION "1.7.0" //OTA update of the device is now possible through a rest API endpoint. + #endif //VERSIONS_H