mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Merge pull request #15064 from Jason2866/esp82664M
Add Esp8266 4M build variant
This commit is contained in:
commit
bbe9b35c60
1
.github/workflows/Tasmota_build_devel.yml
vendored
1
.github/workflows/Tasmota_build_devel.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
variant:
|
variant:
|
||||||
- tasmota
|
- tasmota
|
||||||
|
- tasmota4M
|
||||||
- tasmota-minimal
|
- tasmota-minimal
|
||||||
- tasmota-display
|
- tasmota-display
|
||||||
- tasmota-ir
|
- tasmota-ir
|
||||||
|
1
.github/workflows/Tasmota_build_master.yml
vendored
1
.github/workflows/Tasmota_build_master.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
variant:
|
variant:
|
||||||
- tasmota
|
- tasmota
|
||||||
|
- tasmota4M
|
||||||
- tasmota-minimal
|
- tasmota-minimal
|
||||||
- tasmota-display
|
- tasmota-display
|
||||||
- tasmota-ir
|
- tasmota-ir
|
||||||
|
1
.github/workflows/build_all_the_things.yml
vendored
1
.github/workflows/build_all_the_things.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
variant:
|
variant:
|
||||||
- tasmota
|
- tasmota
|
||||||
|
- tasmota4M
|
||||||
- tasmota-display
|
- tasmota-display
|
||||||
- tasmota-ir
|
- tasmota-ir
|
||||||
- tasmota-knx
|
- tasmota-knx
|
||||||
|
@ -34,6 +34,9 @@ lib_ignore =
|
|||||||
|
|
||||||
[env:tasmota]
|
[env:tasmota]
|
||||||
|
|
||||||
|
[env:tasmota4M]
|
||||||
|
board = esp8266_4M2M
|
||||||
|
|
||||||
[env:tasmota-minimal]
|
[env:tasmota-minimal]
|
||||||
build_flags = ${env.build_flags} -DFIRMWARE_MINIMAL
|
build_flags = ${env.build_flags} -DFIRMWARE_MINIMAL
|
||||||
lib_extra_dirs =
|
lib_extra_dirs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user