diff --git a/src/app/versions.h b/src/app/versions.h index e365a1a..07fea13 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -38,6 +38,7 @@ //#define SOFT_VERSION "1.6.6" //Removed useless INIT state that was like the LINE_BREAK state and added '-' as an allowed PARAM and VALUE character //#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 the 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.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. #endif //VERSIONS_H