From 6afb6b9b2d392543f2a5d532099f183f95bec5e4 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Thu, 2 Nov 2023 14:45:34 +0100 Subject: [PATCH] Update reference to tft_espi library --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 0a37264..01dd934 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -5,7 +5,7 @@ #include #include #include // https://github.com/fbiego/ESP32Time -#include // https://github.com/Bodmer/TFT_eSPI +#include // https://github.com/ohmytime/TFT_eSPI_DynamicSpeed (Modified version) #include // https://github.com/bbx10/Hash_tng #include "src/WiFiConnect.h" #include "src/WiFiConnectParam.h"