Unverified Commit 60ee9113 authored by Wolle's avatar Wolle Committed by GitHub

Add files via upload

parent c7872e6a
......@@ -9,7 +9,7 @@
; https://docs.platformio.org/en/latest/platforms/espressif32.html
[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git#v5.2.0 ; Arduino V2.0.5
platform = https://github.com/platformio/platform-espressif32.git#v6.5.0
board = esp32dev ;chipmodel ESP32, 4M FLASH, USBtoTTL
......@@ -24,13 +24,13 @@ board_build.partitions = default.csv
upload_speed = 460800 ; 921600, 512000, 460800, 256000, 115200
lib_deps =
https://github.com/schreibfaul1/ESP32-audioI2S.git#2.0.6
https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.8
https://github.com/yellobyte/SoapESP32.git#1.1.4
https://github.com/arduino-libraries/Arduino_JSON.git
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.5
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.14
board_upload.maximum_size = 3145728
board_upload.flash_size = 4MB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment