Skip to content

Commit

Permalink
Upload firmware to target
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Dec 24, 2023
1 parent 7503f9a commit 39e42d5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/x-test-esp8266.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
configure:
esp8266:
runs-on: esp8266
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -38,10 +38,6 @@ jobs:
lib_deps = ESP8266WiFi, ESP8266mDNS, ESP8266WebServer, ESP8266HTTPClient, ESP8266httpUpdate, ESP8266SSDP, \${common.lib_deps}
lib_ignore = \${common.lib_ignore}
extra_scripts = \${common.extra_scripts}" > platformio-user.ini
build-frontend:
runs-on: esp8266
needs: configure
steps:
- name: Build with node
run: |
cd lib/SvelteUi/app
Expand All @@ -50,10 +46,7 @@ jobs:
cd -
env:
CI: true
upload:
runs-on: esp8266
needs: build-frontend
- name: PlatformIO lib install
run: pio lib install
- name: PlatformIO run
run: pio run -t upload --upload-port /dev/ttyUSB0
run: pio run -t upload --upload-port /dev/ttyUSB0

0 comments on commit 39e42d5

Please sign in to comment.