Skip to content

Commit

Permalink
324
Browse files Browse the repository at this point in the history
- Add esptool install into build.yml
- Now the *.bin file includes all partitions (so you can just flash it at 0x0).
  • Loading branch information
xyzroe committed Oct 24, 2024
1 parent f94e19c commit f3299be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
python -m pip install idf-component-manager
idf.py reconfigure
- name: Install esptool
run: |
python -m pip install esptool
- name: Build
id: build
run: |
Expand Down

0 comments on commit f3299be

Please sign in to comment.