mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +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:
|
||||
variant:
|
||||
- tasmota
|
||||
- tasmota4M
|
||||
- tasmota-minimal
|
||||
- tasmota-display
|
||||
- tasmota-ir
|
||||
|
1
.github/workflows/Tasmota_build_master.yml
vendored
1
.github/workflows/Tasmota_build_master.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
matrix:
|
||||
variant:
|
||||
- tasmota
|
||||
- tasmota4M
|
||||
- tasmota-minimal
|
||||
- tasmota-display
|
||||
- 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:
|
||||
variant:
|
||||
- tasmota
|
||||
- tasmota4M
|
||||
- tasmota-display
|
||||
- tasmota-ir
|
||||
- tasmota-knx
|
||||
|
@ -34,6 +34,9 @@ lib_ignore =
|
||||
|
||||
[env:tasmota]
|
||||
|
||||
[env:tasmota4M]
|
||||
board = esp8266_4M2M
|
||||
|
||||
[env:tasmota-minimal]
|
||||
build_flags = ${env.build_flags} -DFIRMWARE_MINIMAL
|
||||
lib_extra_dirs =
|
||||
|
Loading…
x
Reference in New Issue
Block a user