From 5076864bc2eab29832457f94c59cb6ae43c6bb31 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 8 Dec 2020 21:54:41 +0100 Subject: [PATCH] Updated the version history file --- src/app/versions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/versions.h b/src/app/versions.h index 0bdc007..095ac7e 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -35,5 +35,7 @@ #define SOFT_VERSION "1.6.3" //Added a new api call to get nearby wifi access points #define SOFT_VERSION "1.6.4" //Added the forceRefresh() method to the ScreenManager Object #define SOFT_VERSION "1.6.5" //Removed the sd card mount and unmount api calls, replaced with the sdCardAction api call which takes a parameter (does the same thing) +#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 + #endif //VERSIONS_H