Andreas Schiffler
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
.github/workflows/compile_esp8266.yml
|
@ -35,9 +35,9 @@ jobs: |
|
|
working-directory: tools/esp8266/html |
|
|
working-directory: tools/esp8266/html |
|
|
run: python convert.py |
|
|
run: python convert.py |
|
|
- name: Run PlatformIO |
|
|
- name: Run PlatformIO |
|
|
run: | |
|
|
run: pio run -d tools/esp8266 --environment node_mcu_v2 |
|
|
pio run -d tools/esp8266 --environment node_mcu_v2 |
|
|
- name: Run PlatformIO |
|
|
pio run -d tools/esp8266 --environment d1_mini |
|
|
run: pio run -d tools/esp8266 --environment d1_mini |
|
|
- name: rename |
|
|
- name: rename |
|
|
working-directory: tools/esp8266/helpers |
|
|
working-directory: tools/esp8266/helpers |
|
|
run: python getVersion.py |
|
|
run: python getVersion.py |
|
|