mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9791 from Jason2866/patch-8
Hotfix: ESP32 BT is not working with latest IDF 3.3. Version (Tasmota core 1.0.4.1)
This commit is contained in:
commit
42be8acd5d
|
@ -87,7 +87,7 @@ build_flags = ${esp_defaults.build_flags}
|
|||
[core32]
|
||||
platform = espressif32 @ 2.0.0
|
||||
platform_packages = tool-esptoolpy@1.20800.0
|
||||
tasmota/framework-arduinoespressif32 @ 3.10004.1
|
||||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#56a7ae871204cdf24fab8520ab9f76782d94b599
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
|
||||
|
|
Loading…
Reference in New Issue