Merge pull request #15064 from Jason2866/esp82664M

Add Esp8266 4M build variant
This commit is contained in:
Theo Arends 2022-03-09 10:17:57 +01:00 committed by GitHub
commit bbe9b35c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
matrix:
variant:
- tasmota
- tasmota4M
- tasmota-minimal
- tasmota-display
- tasmota-ir

View File

@ -21,6 +21,7 @@ jobs:
matrix:
variant:
- tasmota
- tasmota4M
- tasmota-minimal
- tasmota-display
- tasmota-ir

View File

@ -24,6 +24,7 @@ jobs:
matrix:
variant:
- tasmota
- tasmota4M
- tasmota-display
- tasmota-ir
- tasmota-knx

View File

@ -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 =