mirror of https://github.com/arendst/Tasmota.git
commit
f4fcec3028
|
@ -18,7 +18,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32
|
platformio run -e tasmota32
|
||||||
|
|
||||||
tasmota32-webcam:
|
tasmota32-webcam:
|
||||||
|
@ -35,7 +34,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-webcam
|
platformio run -e tasmota32-webcam
|
||||||
|
|
||||||
tasmota32-minimal:
|
tasmota32-minimal:
|
||||||
|
@ -52,7 +50,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-minimal
|
platformio run -e tasmota32-minimal
|
||||||
tasmota32-lite:
|
tasmota32-lite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -68,7 +65,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-lite
|
platformio run -e tasmota32-lite
|
||||||
tasmota32-knx:
|
tasmota32-knx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -84,7 +80,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-knx
|
platformio run -e tasmota32-knx
|
||||||
|
|
||||||
tasmota32-sensors:
|
tasmota32-sensors:
|
||||||
|
@ -101,7 +96,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-sensors
|
platformio run -e tasmota32-sensors
|
||||||
tasmota32-display:
|
tasmota32-display:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -117,7 +111,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-display
|
platformio run -e tasmota32-display
|
||||||
tasmota32-ir:
|
tasmota32-ir:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -133,7 +126,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-ir
|
platformio run -e tasmota32-ir
|
||||||
tasmota32-BG:
|
tasmota32-BG:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -149,7 +141,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-BG
|
platformio run -e tasmota32-BG
|
||||||
|
|
||||||
tasmota32-BR:
|
tasmota32-BR:
|
||||||
|
@ -166,7 +157,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-BR
|
platformio run -e tasmota32-BR
|
||||||
tasmota32-CN:
|
tasmota32-CN:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -182,7 +172,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-CN
|
platformio run -e tasmota32-CN
|
||||||
tasmota32-CZ:
|
tasmota32-CZ:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -198,7 +187,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-CZ
|
platformio run -e tasmota32-CZ
|
||||||
tasmota32-DE:
|
tasmota32-DE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -214,7 +202,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-DE
|
platformio run -e tasmota32-DE
|
||||||
|
|
||||||
tasmota32-ES:
|
tasmota32-ES:
|
||||||
|
@ -231,7 +218,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-ES
|
platformio run -e tasmota32-ES
|
||||||
tasmota32-FR:
|
tasmota32-FR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -247,7 +233,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-FR
|
platformio run -e tasmota32-FR
|
||||||
tasmota32-GR:
|
tasmota32-GR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -263,7 +248,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-GR
|
platformio run -e tasmota32-GR
|
||||||
tasmota32-HE:
|
tasmota32-HE:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -279,7 +263,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-HE
|
platformio run -e tasmota32-HE
|
||||||
|
|
||||||
tasmota32-HU:
|
tasmota32-HU:
|
||||||
|
@ -296,7 +279,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-HU
|
platformio run -e tasmota32-HU
|
||||||
tasmota32-IT:
|
tasmota32-IT:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -312,7 +294,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-IT
|
platformio run -e tasmota32-IT
|
||||||
tasmota32-KO:
|
tasmota32-KO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -328,7 +309,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-KO
|
platformio run -e tasmota32-KO
|
||||||
tasmota32-NL:
|
tasmota32-NL:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -344,7 +324,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-NL
|
platformio run -e tasmota32-NL
|
||||||
|
|
||||||
tasmota32-PL:
|
tasmota32-PL:
|
||||||
|
@ -361,7 +340,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-PL
|
platformio run -e tasmota32-PL
|
||||||
tasmota32-PT:
|
tasmota32-PT:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -377,7 +355,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-PT
|
platformio run -e tasmota32-PT
|
||||||
tasmota32-RO:
|
tasmota32-RO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -393,7 +370,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-RO
|
platformio run -e tasmota32-RO
|
||||||
tasmota32-RU:
|
tasmota32-RU:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -409,7 +385,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-RU
|
platformio run -e tasmota32-RU
|
||||||
|
|
||||||
tasmota32-SE:
|
tasmota32-SE:
|
||||||
|
@ -426,7 +401,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-SE
|
platformio run -e tasmota32-SE
|
||||||
tasmota32-SK:
|
tasmota32-SK:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -442,7 +416,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-SK
|
platformio run -e tasmota32-SK
|
||||||
tasmota32-TR:
|
tasmota32-TR:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -458,7 +431,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-TR
|
platformio run -e tasmota32-TR
|
||||||
tasmota32-TW:
|
tasmota32-TW:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -474,7 +446,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-TW
|
platformio run -e tasmota32-TW
|
||||||
|
|
||||||
tasmota32-UK:
|
tasmota32-UK:
|
||||||
|
@ -491,5 +462,4 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-UK
|
platformio run -e tasmota32-UK
|
||||||
|
|
|
@ -751,7 +751,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32
|
platformio run -e tasmota32
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -775,7 +774,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-minimal
|
platformio run -e tasmota32-minimal
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -799,7 +797,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-lite
|
platformio run -e tasmota32-lite
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -823,7 +820,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-webcam
|
platformio run -e tasmota32-webcam
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -847,7 +843,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-knx
|
platformio run -e tasmota32-knx
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -871,7 +866,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-sensors
|
platformio run -e tasmota32-sensors
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -895,7 +889,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-display
|
platformio run -e tasmota32-display
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -919,7 +912,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-ir
|
platformio run -e tasmota32-ir
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -943,7 +935,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-ircustom
|
platformio run -e tasmota32-ircustom
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -967,7 +958,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-BG
|
platformio run -e tasmota32-BG
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -991,7 +981,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-BR
|
platformio run -e tasmota32-BR
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1015,7 +1004,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-CN
|
platformio run -e tasmota32-CN
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1039,7 +1027,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-CZ
|
platformio run -e tasmota32-CZ
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1063,7 +1050,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-DE
|
platformio run -e tasmota32-DE
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1087,7 +1073,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-ES
|
platformio run -e tasmota32-ES
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1111,7 +1096,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-FR
|
platformio run -e tasmota32-FR
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1135,7 +1119,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-GR
|
platformio run -e tasmota32-GR
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1159,7 +1142,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-HE
|
platformio run -e tasmota32-HE
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1183,7 +1165,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-HU
|
platformio run -e tasmota32-HU
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1207,7 +1188,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-IT
|
platformio run -e tasmota32-IT
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1231,7 +1211,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-KO
|
platformio run -e tasmota32-KO
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1255,7 +1234,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-NL
|
platformio run -e tasmota32-NL
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1279,7 +1257,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-PL
|
platformio run -e tasmota32-PL
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1303,7 +1280,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-PT
|
platformio run -e tasmota32-PT
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1327,7 +1303,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-RO
|
platformio run -e tasmota32-RO
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1351,7 +1326,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-RU
|
platformio run -e tasmota32-RU
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1375,7 +1349,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-SE
|
platformio run -e tasmota32-SE
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1399,7 +1372,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-SK
|
platformio run -e tasmota32-SK
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1423,7 +1395,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-TR
|
platformio run -e tasmota32-TR
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1447,7 +1418,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-TW
|
platformio run -e tasmota32-TW
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1471,7 +1441,6 @@ jobs:
|
||||||
platformio update
|
platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: |
|
||||||
mv -f platformio_override_sample.ini platformio_override.ini
|
|
||||||
platformio run -e tasmota32-UK
|
platformio run -e tasmota32-UK
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue