Skip to content

Commit 63ff7d1

Browse files
authored
add esp32-p4r3 tasmota env (#24150)
1 parent 31c194c commit 63ff7d1

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

platformio_tasmota_env32.ini

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,33 @@ build_flags = ${env:tasmota32_base.build_flags}
230230
lib_extra_dirs = lib/lib_ssl, lib/libesp32
231231
lib_ignore = ${safeboot_flags.lib_ignore}
232232

233+
[env:tasmota32p4r3-safeboot]
234+
extends = env:tasmota32_base
235+
board = esp32p4r3
236+
board_build.app_partition_name = safeboot
237+
build_flags = ${env:tasmota32_base.build_flags}
238+
-DFIRMWARE_SAFEBOOT
239+
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32p4r3-safeboot.bin"'
240+
lib_extra_dirs = lib/lib_ssl, lib/libesp32
241+
lib_ignore = ${safeboot_flags.lib_ignore}
242+
233243
[env:tasmota32p4ser-safeboot]
234244
extends = env:tasmota32_base
235245
board = esp32p4ser
236246
board_build.app_partition_name = safeboot
237247
build_flags = ${env:tasmota32_base.build_flags}
238248
-DFIRMWARE_SAFEBOOT
239-
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/ser-safeboot.bin"'
249+
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32p4ser-safeboot.bin"'
250+
lib_extra_dirs = lib/lib_ssl, lib/libesp32
251+
lib_ignore = ${safeboot_flags.lib_ignore}
252+
253+
[env:tasmota32p4r3ser-safeboot]
254+
extends = env:tasmota32_base
255+
board = esp32p4r3ser
256+
board_build.app_partition_name = safeboot
257+
build_flags = ${env:tasmota32_base.build_flags}
258+
-DFIRMWARE_SAFEBOOT
259+
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32p4r3ser-safeboot.bin"'
240260
lib_extra_dirs = lib/lib_ssl, lib/libesp32
241261
lib_ignore = ${safeboot_flags.lib_ignore}
242262

@@ -321,6 +341,15 @@ build_flags = ${env:tasmota32_base.build_flags}
321341
lib_ignore = ${env:tasmota32_base.lib_ignore}
322342
Micro-RTSP
323343

344+
[env:tasmota32p4r3]
345+
extends = env:tasmota32_base
346+
board = esp32p4r3
347+
build_flags = ${env:tasmota32_base.build_flags}
348+
-DFIRMWARE_TASMOTA32
349+
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32p4r3.bin"'
350+
lib_ignore = ${env:tasmota32_base.lib_ignore}
351+
Micro-RTSP
352+
324353
[env:tasmota32s3]
325354
extends = env:tasmota32_base
326355
board = esp32s3-qio_qspi

0 commit comments

Comments
 (0)