Updated the version history

This commit is contained in:
anschrammh 2020-01-20 08:20:59 +01:00
parent e699b462f9
commit 5fc76ac6a2

View File

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