mirror of
https://github.com/arendst/Tasmota.git
synced 2026-02-20 00:32:32 +01:00
add p4 to GH Actions (#23680)
This commit is contained in:
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user