File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
#include < rom/rtc.h> /* should be installed together with ESP32 Arduino install */
2
2
#include < list> /* should be installed together with ESP32 Arduino install */
3
3
#include < SPI.h> /* should be installed together with ESP32 Arduino install */
4
+ #include < FS.h> /* should be installed together with ESP32 Arduino install */
4
5
#include < FFat.h> /* should be installed together with ESP32 Arduino install */
5
6
#include < ESPmDNS.h> /* should be installed together with ESP32 Arduino install */
6
7
#include < Preferences.h> /* should be installed together with ESP32 Arduino install */
8
+ #include < WiFi.h> /* should be installed together with ESP32 Arduino install */
9
+ #include < Wire.h> /* should be installed together with ESP32 Arduino install */
7
10
#include < Adafruit_ILI9341.h> /* Install 1.2.0 via 'Manage Libraries' in Arduino IDE */
8
11
#include < Adafruit_GFX.h> /* Install 1.3.6 via 'Manage Libraries' in Arduino IDE */
9
12
#include < SSD1306.h> /* Install 4.0.0 via 'Manage Libraries' in Arduino IDE -> https://github.com/ThingPulse/esp8266-oled-ssd1306 */
You can’t perform that action at this time.
0 commit comments