diff --git a/src/app/versions.h b/src/app/versions.h index 3f24d02..83a0362 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -30,5 +30,8 @@ #define SOFT_VERSION "1.5.5" //WEBServer now parsing form parameters in the post data section #define SOFT_VERSION "1.5.6" //Added new SAB method to set te cpu frequency at run time #define SOFT_VERSION "1.6.0" //Added the new HttpClient class along with tests in a new task +#define SOFT_VERSION "1.6.1" //Reworked the ScreenManager in order to display previous views and did some code optimization +#define SOFT_VERSION "1.6.2" //Added a run method to the screen manager and reworked the error system +#define SOFT_VERSION "1.6.3" //Added a new api call to get nearby wifi access points #endif //VERSIONS_H