Updated version history

This commit is contained in:
Th3maz1ng 2022-04-23 22:58:10 +02:00
parent 4635f4daaa
commit df344464b3

View File

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