@@ -230,13 +230,33 @@ build_flags = ${env:tasmota32_base.build_flags}
230230lib_extra_dirs = lib/lib_ssl, lib/libesp32
231231lib_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]
234244extends = env:tasmota32_base
235245board = esp32p4ser
236246board_build.app_partition_name = safeboot
237247build_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"'
240260lib_extra_dirs = lib/lib_ssl, lib/libesp32
241261lib_ignore = ${safeboot_flags.lib_ignore}
242262
@@ -321,6 +341,15 @@ build_flags = ${env:tasmota32_base.build_flags}
321341lib_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]
325354extends = env:tasmota32_base
326355board = esp32s3-qio_qspi
0 commit comments