update for SPIFFS OTA

This commit is contained in:
richonguzman 2023-06-11 19:33:16 -04:00
parent 888971147e
commit ee2dc4f831
5 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,7 @@
#include <ESPAsyncWebServer.h>
#include <AsyncElegantOTA.h>
#include <AsyncTCP.h>
#include <SPIFFS.h>
#include <WiFi.h>
#include "configuration.h"
#include "pins_config.h"