diff --git a/.gitignore b/.gitignore index a368c67..34dbf2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -.pioenvs -.piolibdeps +.pio .vscode/.browse.c_cpp.db* .vscode/c_cpp_properties.json .vscode/launch.json \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8281e64..0f0d740 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} \ No newline at end of file + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ] +} diff --git a/platformio.ini b/platformio.ini index 8eaac54..7a02943 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,7 +8,7 @@ lib_deps = Hash TaskScheduler SPIFFS - ArduinoJson + ArduinoJson@5.13.4 ESPAsyncTCP ESP8266mDNS ESP Async WebServer diff --git a/src/WebUtils.h b/src/WebUtils.h index ce08be1..eeb0d24 100644 --- a/src/WebUtils.h +++ b/src/WebUtils.h @@ -4,11 +4,11 @@ #include #include #include -#ifdef ESP32 -#include -#elif defined(ESP8266) +//#ifdef ESP32 +//#include +//#elif defined(ESP8266) #include -#endif +//#endif class WebUtils {