From 9988b03306e27f4fd0a5b082bcc569630897e14d Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 27 Sep 2022 08:00:52 +0200 Subject: [PATCH] Updated the soft version from 1.6.15 to 1.7.0 --- src/app/versions.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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