diff --git a/src/app/versions.h b/src/app/versions.h index 702adb0..1d34096 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -42,6 +42,7 @@ //#define SOFT_VERSION "1.6.10" //Introduced new class : NonBlockingDelay which is used in the app.ino file. //#define SOFT_VERSION "1.6.11" //WEBServer now handling partial request when sending audio, video etc. //#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.15" //WEBServer now lists files and folder of a resource when it is a folder. #endif //VERSIONS_H