mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
This reverts commit 8ae819d7d9ad010df4f4a7835ab3cd3e2dfc4770.
This commit is contained in:
parent
b419ae3a92
commit
01abf97410
5
.github/workflows/Tasmota_build_devel.yml
vendored
5
.github/workflows/Tasmota_build_devel.yml
vendored
@ -157,11 +157,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
variant:
|
variant:
|
||||||
- tasmota32
|
- tasmota32
|
||||||
- tasmota32-matter
|
|
||||||
- tasmota32c3-matter
|
|
||||||
- tasmota32s3-matter
|
|
||||||
- tasmota32c3cdc-matter
|
|
||||||
- tasmota32s3cdc-matter
|
|
||||||
- tasmota32-zbbrdgpro
|
- tasmota32-zbbrdgpro
|
||||||
- tasmota32-webcam
|
- tasmota32-webcam
|
||||||
- tasmota32-bluetooth
|
- tasmota32-bluetooth
|
||||||
|
5
.github/workflows/Tasmota_build_master.yml
vendored
5
.github/workflows/Tasmota_build_master.yml
vendored
@ -156,11 +156,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
variant:
|
variant:
|
||||||
- tasmota32
|
- tasmota32
|
||||||
- tasmota32-matter
|
|
||||||
- tasmota32c3-matter
|
|
||||||
- tasmota32s3-matter
|
|
||||||
- tasmota32c3cdc-matter
|
|
||||||
- tasmota32s3cdc-matter
|
|
||||||
- tasmota32-zbbrdgpro
|
- tasmota32-zbbrdgpro
|
||||||
- tasmota32-webcam
|
- tasmota32-webcam
|
||||||
- tasmota32-bluetooth
|
- tasmota32-bluetooth
|
||||||
|
3
.github/workflows/build_all_the_things.yml
vendored
3
.github/workflows/build_all_the_things.yml
vendored
@ -93,9 +93,6 @@ jobs:
|
|||||||
- tasmota32c3
|
- tasmota32c3
|
||||||
- tasmota32s2
|
- tasmota32s2
|
||||||
- tasmota32s3
|
- tasmota32s3
|
||||||
- tasmota32-matter
|
|
||||||
- tasmota32c3-matter
|
|
||||||
- tasmota32s3-matter
|
|
||||||
- tasmota32-zbbrdgpro
|
- tasmota32-zbbrdgpro
|
||||||
- tasmota-zigbee
|
- tasmota-zigbee
|
||||||
- tasmota32-bluetooth
|
- tasmota32-bluetooth
|
||||||
|
@ -161,69 +161,6 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DFRAMEWORK_ARDUINO_ITEAD
|
-DFRAMEWORK_ARDUINO_ITEAD
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
||||||
|
|
||||||
[env:tasmota32-matter]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board_build.f_flash = 80000000L
|
|
||||||
board_build.f_cpu = 240000000L
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DUSE_MATTER_DEVICE
|
|
||||||
-DCODE_IMAGE_STR='"matter"'
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-matter.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32c3-matter]
|
|
||||||
extends = env:tasmota32c3
|
|
||||||
board = esp32c3
|
|
||||||
board_build.flash_mode = qio
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-fno-lto
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DUSE_MATTER_DEVICE
|
|
||||||
-DCODE_IMAGE_STR='"matter"'
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3-matter.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32s3-matter]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board_build.f_flash = 80000000L
|
|
||||||
board_build.f_cpu = 240000000L
|
|
||||||
board_build.flash_mode = qio
|
|
||||||
board = esp32s3-qio_qspi
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DUSE_MATTER_DEVICE
|
|
||||||
-DCODE_IMAGE_STR='"matter"'
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3-matter.bin"'
|
|
||||||
lib_ignore =
|
|
||||||
TTGO TWatch Library
|
|
||||||
Micro-RTSP
|
|
||||||
epdiy
|
|
||||||
|
|
||||||
[env:tasmota32c3cdc-matter]
|
|
||||||
extends = env:tasmota32c3
|
|
||||||
board = esp32c3cdc
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-fno-lto
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DUSE_MATTER_DEVICE
|
|
||||||
-DCODE_IMAGE_STR='"matter"'
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3cdc-matter.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32s3cdc-matter]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board_build.f_flash = 80000000L
|
|
||||||
board_build.f_cpu = 240000000L
|
|
||||||
board_build.flash_mode = qio
|
|
||||||
board = esp32s3cdc-qio_qspi
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DUSE_MATTER_DEVICE
|
|
||||||
-DCODE_IMAGE_STR='"matter"'
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3cdc-matter.bin"'
|
|
||||||
lib_ignore =
|
|
||||||
TTGO TWatch Library
|
|
||||||
Micro-RTSP
|
|
||||||
epdiy
|
|
||||||
|
|
||||||
[env:tasmota32c3-safeboot]
|
[env:tasmota32c3-safeboot]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board = esp32c3
|
board = esp32c3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user