diff --git a/src/app/versions.h b/src/app/versions.h index 07fea13..702adb0 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -39,6 +39,9 @@ //#define SOFT_VERSION "1.6.7" //Changed the way we store and return the 3 letter month abbreviation //#define SOFT_VERSION "1.6.8" //Finally fixed the random crash issue concerning the servers :) //#define SOFT_VERSION "1.6.9" //Updated the whole app to work with the esp8266 core 3.0.2 version, removed a bunch of warnings, corrected an array index overflow in apiTesterApi function -#define SOFT_VERSION "1.6.10" //Introduced new class : NonBlockingDelay which is used in the app.ino file. +//#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. #endif //VERSIONS_H