Esp32c5 provide needed Platform (#23465)

This commit is contained in:
Jason2866 2025-05-23 20:38:08 +02:00 committed by GitHub
parent f3a5dafd04
commit 02a86a97de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
; *** Build/upload environment
default_envs =
; *** Uncomment the line(s) below to select version(s)
tasmota
tasmota32c5
; tasmota-debug
; tasmota-minimal
; tasmota-lite
@ -77,7 +77,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
[env:tasmota32_base]
; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32
;platform = https://github.com/Jason2866/platform-espressif32/releases/download/2024.07.22/platform-espressif32.zip
platform = platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
;platform_packages = framework-arduinoespressif32 @
;build_unflags = ${esp32_defaults.build_unflags}