Updated the soft version from 1.6.15 to 1.7.0

This commit is contained in:
anschrammh 2022-09-27 08:00:52 +02:00
parent beefe8e355
commit 9988b03306

View File

@ -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.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.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.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 #endif //VERSIONS_H