Skip to content

Commit 7d7e406

Browse files
Added libraries.
1 parent 7ce82ac commit 7d7e406

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aquacontrol32.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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 */

0 commit comments

Comments
 (0)