Skip to content

Commit

Permalink
Merge branch 'adjust-wifi-tx-power' of https://github.com/soylentOran…
Browse files Browse the repository at this point in the history
…ge/esp32-modbus-gateway into adjust-wifi-tx-power
  • Loading branch information
soylentOrange committed Oct 6, 2024
2 parents 0c48c43 + fe999fb commit 63e2625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# These are supported funding model platforms

github: [zivillian]
custom: ['https://paypal.me/zivillian']
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
run: pio run -e wemos_d1_mini32
run: pio run -e esp32release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: image
path: .pio/build/wemos_d1_mini32/firmware.bin
path: .pio/build/esp32release/firmware.bin

0 comments on commit 63e2625

Please sign in to comment.