File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#include < rom/rtc.h> /* should be installed together with ESP32 Arduino install */
22#include < list> /* should be installed together with ESP32 Arduino install */
33#include < SPI.h> /* should be installed together with ESP32 Arduino install */
4+ #include < FS.h> /* should be installed together with ESP32 Arduino install */
45#include < FFat.h> /* should be installed together with ESP32 Arduino install */
56#include < ESPmDNS.h> /* should be installed together with ESP32 Arduino install */
67#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 */
710#include < Adafruit_ILI9341.h> /* Install 1.2.0 via 'Manage Libraries' in Arduino IDE */
811#include < Adafruit_GFX.h> /* Install 1.3.6 via 'Manage Libraries' in Arduino IDE */
912#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