boards.json scanning faulty with Arduino/IDF4.4

so adding `board_build.partitions      = esp32_partition_app1856k_spiffs320k.csv` to the [env] is necessary
This commit is contained in:
Jason2866 2021-06-02 12:17:15 +02:00 committed by GitHub
parent 0546bb3c14
commit 237df26490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ lib_ignore =
; *** EXPERIMENTAL Tasmota version for ESP32 IDF4.4.
[env:tasmota32idf4]
extends = env:tasmota32_base
board_build.partitions = esp32_partition_app1856k_spiffs320k.csv
platform = https://github.com/platformio/platform-espressif32.git#feature/idf-master
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/259/framework-arduinoespressif32-master-c13afea63.tar.gz
toolchain-xtensa32 @ ~2.80400.0