Update reference to tft_espi library

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-02 14:45:34 +01:00
parent 046642c306
commit 6afb6b9b2d

View File

@@ -5,7 +5,7 @@
#include <Wire.h>
#include <math.h>
#include <ESP32Time.h> // https://github.com/fbiego/ESP32Time
#include <TFT_eSPI.h> // https://github.com/Bodmer/TFT_eSPI
#include <TFT_eSPI.h> // https://github.com/ohmytime/TFT_eSPI_DynamicSpeed (Modified version)
#include <Hash.h> // https://github.com/bbx10/Hash_tng
#include "src/WiFiConnect.h"
#include "src/WiFiConnectParam.h"