From f7c631954fa89c8a6246897be473187457713089 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB <76666293+PE5PVB@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:09:00 +0100 Subject: [PATCH] Update TEF6686_ESP32.ino --- TEF6686_ESP32.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 09a7049..40141ba 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -4,7 +4,7 @@ #include #include #include -#include +#include // https://github.com/PaulStoffregen/Time #include // https://github.com/PE5PVB/TFT_eSPI_DynamicSpeed #include // https://github.com/bbx10/Hash_tng/archive/refs/heads/master.zip #include @@ -5541,3 +5541,4 @@ const char* textUI(uint16_t number) { return (const char*)pgm_read_ptr(&(myLanguage[language][number])); } } +