From 2ab17304723417c0ef36c0a53962ef47729a647c Mon Sep 17 00:00:00 2001 From: andimik Date: Sun, 19 Nov 2023 13:58:25 +0100 Subject: [PATCH] Fixed version during start up (v2rc1) --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index ee85247..1eb05c0 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -33,7 +33,7 @@ #define CONTRASTPIN 2 #define STANDBYLED 19 #define SMETERPIN 27 -#define VERSION "v2.00 development beta" +#define VERSION "v2rc1" // #define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese) #define DYNAMIC_SPI_SPEED // uncomment to enable dynamic SPI Speed https://github.com/ohmytime/TFT_eSPI_DynamicSpeed