Skip to content

Commit 67109e3

Browse files
authored
Use same toolchains for esp32-c5 as for all others MCU
1 parent 46944f8 commit 67109e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio_tasmota_env32.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ lib_extra_dirs = lib/lib_ssl, lib/libesp32
133133
lib_ignore = ${safeboot_flags.lib_ignore}
134134

135135
[env:tasmota32c5-safeboot]
136-
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
136+
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
137137
extends = env:tasmota32_base
138138
board = esp32c5
139139
board_build.app_partition_name = safeboot
@@ -160,7 +160,7 @@ custom_sdkconfig =
160160
custom_component_remove = ${safeboot_flags.custom_component_remove}
161161

162162
[env:tasmota32c5ser-safeboot]
163-
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55
163+
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
164164
extends = env:tasmota32_base
165165
board = esp32c5ser
166166
board_build.app_partition_name = safeboot
@@ -542,3 +542,4 @@ build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=uk_UA
542542
[env:tasmota32-VN]
543543
extends = env:tasmota32_base
544544
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=vi_VN -DFIRMWARE_TASMOTA32 -DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-VN.bin"'
545+

0 commit comments

Comments
 (0)