This commit is contained in:
Dmitry Borisenko
2020-07-30 21:15:39 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
#ifdef ESP8266
#include <ESP8266WebServer.h>
#include <ESP8266HTTPUpdate.h>
#include <ESP8266httpUpdate.h>
#include "ESPAsyncTCP.h"
#include "ESPAsyncWebServer.h"
#include <LittleFS.h>

View File

@@ -19,6 +19,7 @@ lib_deps_external =
DHT sensor library for ESPx
Adafruit BMP280 Library
Adafruit BME280 Library
DallasTemperature
lib_deps_internal =
ESP Async WebServer
GyverFilters