Merge pull request #10635 from Jason2866/patch-2

Add support for M5 stack core 2
This commit is contained in:
Theo Arends 2021-01-20 12:26:40 +01:00 committed by GitHub
commit ffb169b070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 0 deletions

View File

@ -64,6 +64,26 @@ jobs:
name: firmware name: firmware
path: ./build_output/firmware path: ./build_output/firmware
tasmota32-core2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U platformio
platformio upgrade --dev
platformio update
- name: Run PlatformIO
run: |
platformio run -e tasmota32-core2
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output/firmware
tasmota32-minimal: tasmota32-minimal:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -898,6 +898,29 @@ jobs:
path: ./build_output/firmware path: ./build_output/firmware
tasmota32-core2:
needs: tasmota_pull
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U platformio
platformio upgrade --dev
platformio update
- name: Run PlatformIO
run: |
platformio run -e tasmota32-core2
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output/firmware
tasmota32-knx: tasmota32-knx:
needs: tasmota_pull needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -898,6 +898,29 @@ jobs:
path: ./build_output/firmware path: ./build_output/firmware
tasmota32-core2:
needs: tasmota_pull
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U platformio
platformio upgrade --dev
platformio update
- name: Run PlatformIO
run: |
platformio run -e tasmota32-core2
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output/firmware
tasmota32-knx: tasmota32-knx:
needs: tasmota_pull needs: tasmota_pull
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -37,6 +37,7 @@ default_envs =
; tasmota32-ircustom ; tasmota32-ircustom
; tasmota32solo1 ; tasmota32solo1
; tasmota32-odroidgo ; tasmota32-odroidgo
; tasmota32-core2
[common] [common]

View File

@ -9,6 +9,7 @@ default_envs = ${build_envs.default_envs}
; tasmota32 ; tasmota32
; tasmota32-webcam ; tasmota32-webcam
; tasmota32-odroidgo ; tasmota32-odroidgo
; tasmota32-core2
; tasmota32-minimal ; tasmota32-minimal
; tasmota32-lite ; tasmota32-lite
; tasmota32-knx ; tasmota32-knx