From 2cf047f4ffa1fa3dcc6ad9442ee73433e2b68e31 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Thu, 17 Dec 2020 08:19:33 +0100 Subject: [PATCH] Updated version history --- src/app/versions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/versions.h b/src/app/versions.h index 6a8c7cf..4969b93 100644 --- a/src/app/versions.h +++ b/src/app/versions.h @@ -37,6 +37,6 @@ #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 #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 :) #endif //VERSIONS_H