Use same toolchains for esp32-c5 as for all others MCU

This commit is contained in:
Jason2866 2025-11-16 19:03:01 +01:00 committed by GitHub
parent 46944f8668
commit 67109e36e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ lib_extra_dirs = lib/lib_ssl, lib/libesp32
lib_ignore = ${safeboot_flags.lib_ignore}
[env:tasmota32c5-safeboot]
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
extends = env:tasmota32_base
board = esp32c5
board_build.app_partition_name = safeboot
@ -160,7 +160,7 @@ custom_sdkconfig =
custom_component_remove = ${safeboot_flags.custom_component_remove}
[env:tasmota32c5ser-safeboot]
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
extends = env:tasmota32_base
board = esp32c5ser
board_build.app_partition_name = safeboot
@ -542,3 +542,4 @@ build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=uk_UA
[env:tasmota32-VN]
extends = env:tasmota32_base
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=vi_VN -DFIRMWARE_TASMOTA32 -DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-VN.bin"'