From f8835e898b4f260b57ae270a92f5c72ab6702503 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 31 Oct 2022 12:50:01 +0100 Subject: [PATCH] Updated version code --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index e789627..5939d2c 100644 --- a/Config.h +++ b/Config.h @@ -4,7 +4,7 @@ #define CONFIG_H #define MAJ_VERS 0x01 - #define MIN_VERS 0x32 + #define MIN_VERS 0x33 #define PLATFORM_AVR 0x90 #define PLATFORM_ESP32 0x80