Use Arduino ESP32 core 1.0.7.1

PSRAM auto detect. PSRAM can be enabled always.
This commit is contained in:
Jason2866 2021-06-30 11:53:22 +02:00 committed by GitHub
parent 7b460a1158
commit e36a07b3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ build_flags = ${esp_defaults.build_flags}
[core32]
platform = espressif32 @ 3.2.0
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7/tasmota-arduinoespressif32-release_v3.3.5.tar.gz
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.1/tasmota-arduinoespressif32-release_v3.3.5.tar.gz
platformio/tool-esptoolpy @ ~1.30100
platformio/tool-mklittlefs @ ~1.203.200522
build_unflags = ${esp32_defaults.build_unflags}