Removed unused time library

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-10 23:25:19 +02:00
parent e7d893e4a3
commit 101b0caf99
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
#include <Wire.h>
#include <math.h>
#include <TFT_eSPI.h> // https://github.com/Bodmer/TFT_eSPI
#include <TimeLib.h> // https://github.com/PaulStoffregen/Time
#include <Hash.h> // https://github.com/bbx10/Hash_tng
#include "src/WiFiConnect.h"
#include "src/WiFiConnectParam.h"