Skip to content

Commit 7032a6f

Browse files
committed
Remove WiFi examples from Badger 2040 build.
1 parent e3ee63f commit 7032a6f

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
shell: bash
153153
run: |
154154
python3 -m pip install littlefs-python
155-
./dir2uf2/dir2uf2 --fs-start ${{matrix.dir2uf2_fs_start}} --fs-size ${{matrix.dir2uf2_fs_size}} --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BADGER_OS_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
155+
./dir2uf2/dir2uf2 --fs-start ${{matrix.dir2uf2_fs_start}} --fs-size ${{matrix.dir2uf2_fs_size}} --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BOARD_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
156156
157157
- name: Store .uf2 as artifact
158158
uses: actions/upload-artifact@v3
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
launcher.py
2+
main.py
3+
examples/*.jpg
4+
examples/badge.py
5+
examples/clock.py
6+
examples/ebook.py
7+
examples/fonts.py
8+
examples/help.py
9+
examples/image.py
10+
examples/info.py
11+
examples/list.py
12+
examples/qrgen.py
13+
images/*.jpg
14+
images/*.txt
15+
badges/*.txt
16+
badges/*.jpg
17+
books/*.txt
18+
icons/*.jpg
File renamed without changes.

0 commit comments

Comments
 (0)