mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
use common safeboot flags (#19282)
This commit is contained in:
parent
bfe0857094
commit
d85557711d
@ -88,10 +88,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-safeboot.bin"'
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore =
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
Micro-RTSP
|
|
||||||
ESP Mail Client
|
|
||||||
DHT sensor library
|
|
||||||
|
|
||||||
[env:tasmota32]
|
[env:tasmota32]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
@ -176,10 +173,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1-safeboot.bin"'
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore =
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
Micro-RTSP
|
|
||||||
ESP Mail Client
|
|
||||||
DHT sensor library
|
|
||||||
|
|
||||||
[env:tasmota32-zbbrdgpro]
|
[env:tasmota32-zbbrdgpro]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
@ -214,10 +208,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3-safeboot.bin"'
|
||||||
-fno-lto
|
-fno-lto
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore =
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
Micro-RTSP
|
|
||||||
ESP Mail Client
|
|
||||||
DHT sensor library
|
|
||||||
|
|
||||||
[env:tasmota32c3]
|
[env:tasmota32c3]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
@ -257,10 +248,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2-safeboot.bin"'
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore =
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
Micro-RTSP
|
|
||||||
ESP Mail Client
|
|
||||||
DHT sensor library
|
|
||||||
|
|
||||||
[env:tasmota32s2]
|
[env:tasmota32s2]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
@ -295,10 +283,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DFIRMWARE_SAFEBOOT
|
-DFIRMWARE_SAFEBOOT
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3-safeboot.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3-safeboot.bin"'
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore =
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
Micro-RTSP
|
|
||||||
ESP Mail Client
|
|
||||||
DHT sensor library
|
|
||||||
|
|
||||||
[env:tasmota32s3]
|
[env:tasmota32s3]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user