You've already forked TEF6686_ESP32
Update TEF6686_ESP32.ino
This commit is contained in:
committed by
GitHub
parent
68186d4347
commit
f7c631954f
@@ -4,7 +4,7 @@
|
||||
#include <EEPROM.h>
|
||||
#include <Wire.h>
|
||||
#include <math.h>
|
||||
#include <TimeLib.h>
|
||||
#include <TimeLib.h> // https://github.com/PaulStoffregen/Time
|
||||
#include <TFT_eSPI.h> // https://github.com/PE5PVB/TFT_eSPI_DynamicSpeed
|
||||
#include <Hash.h> // https://github.com/bbx10/Hash_tng/archive/refs/heads/master.zip
|
||||
#include <FS.h>
|
||||
@@ -5541,3 +5541,4 @@ const char* textUI(uint16_t number) {
|
||||
return (const char*)pgm_read_ptr(&(myLanguage[language][number]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user