From 2fff1953203374168508fdcff230bea77caaeb75 Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Fri, 10 Sep 2021 23:08:12 +0200 Subject: [PATCH] Moving to arduino-esp32 1.0.6 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index c962aaa..5e3cbba 100644 --- a/platformio.ini +++ b/platformio.ini @@ -21,7 +21,7 @@ lib_deps = https://github.com/knolleary/pubsubclient.git https://github.com/biologist79/ESP32FTPServer https://github.com/FastLED/FastLED.git#3.4.0 - ESP Async WebServer + https://github.com/me-no-dev/ESPAsyncWebServer.git https://github.com/me-no-dev/AsyncTCP https://github.com/bblanchon/ArduinoJson.git https://github.com/pschatzmann/ESP32-A2DP.git#5a81452 @@ -31,7 +31,7 @@ lib_deps = https://github.com/tuniii/LogRingBuffer.git https://github.com/tueddy/PN5180-Library.git platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 [env:esp32-a1s]