parent
b6ddcb963d
commit
3aa8f894cc
|
|
@ -21,4 +21,8 @@ jobs:
|
|||
run: pip install --upgrade platformio
|
||||
|
||||
- name: Build PlatformIO Project
|
||||
run: pio run
|
||||
run: pio run
|
||||
|
||||
- name: Build Filesystem image
|
||||
run: pio run --target buildfs --environment ttgo-lora32
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue