Browse Source

Moving to arduino-esp32 1.0.6

master
Torsten Stauder 4 years ago
parent
commit
2fff195320
  1. 4
      platformio.ini

4
platformio.ini

@ -21,7 +21,7 @@ lib_deps =
https://github.com/knolleary/pubsubclient.git https://github.com/knolleary/pubsubclient.git
https://github.com/biologist79/ESP32FTPServer https://github.com/biologist79/ESP32FTPServer
https://github.com/FastLED/FastLED.git#3.4.0 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/me-no-dev/AsyncTCP
https://github.com/bblanchon/ArduinoJson.git https://github.com/bblanchon/ArduinoJson.git
https://github.com/pschatzmann/ESP32-A2DP.git#5a81452 https://github.com/pschatzmann/ESP32-A2DP.git#5a81452
@ -31,7 +31,7 @@ lib_deps =
https://github.com/tuniii/LogRingBuffer.git https://github.com/tuniii/LogRingBuffer.git
https://github.com/tueddy/PN5180-Library.git https://github.com/tueddy/PN5180-Library.git
platform_packages = 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] [env:esp32-a1s]

Loading…
Cancel
Save