From 5fc76ac6a214b0283e8f39f275857981f00281cd Mon Sep 17 00:00:00 2001 From: anschrammh Date: Mon, 20 Jan 2020 08:20:59 +0100 Subject: [PATCH] Updated the version history --- src/app/versions.h | 3 +++ 1 file changed, 3 insertions(+) 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