add p4 to GH Actions (#23680)

This commit is contained in:
Jason2866
2025-07-14 14:26:47 +02:00
committed by GitHub
parent 95fb60fd07
commit 488225c787
6 changed files with 110 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ lib_ignore = ${safeboot_flags.lib_ignore}
[env:tasmota32p4-safeboot]
extends = env:tasmota32_base
board = esp32p4_ev
board = esp32p4
board_build.app_partition_name = safeboot
build_flags = ${env:tasmota32_base.build_flags}
-DFIRMWARE_SAFEBOOT
@@ -170,6 +170,16 @@ build_flags = ${env:tasmota32_base.build_flags}
lib_extra_dirs = lib/lib_ssl, lib/libesp32
lib_ignore = ${safeboot_flags.lib_ignore}
[env:tasmota32p4ser-safeboot]
extends = env:tasmota32_base
board = esp32p4ser
board_build.app_partition_name = safeboot
build_flags = ${env:tasmota32_base.build_flags}
-DFIRMWARE_SAFEBOOT
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/ser-safeboot.bin"'
lib_extra_dirs = lib/lib_ssl, lib/libesp32
lib_ignore = ${safeboot_flags.lib_ignore}
[env:tasmota32]
extends = env:tasmota32_base
build_flags = ${env:tasmota32_base.build_flags}
@@ -246,7 +256,7 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
[env:tasmota32p4]
extends = env:tasmota32_base
board = esp32p4_ev
board = esp32p4
build_flags = ${env:tasmota32_base.build_flags}
-DFIRMWARE_TASMOTA32
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32p4.bin"'