Skip to content

Commit

Permalink
Possible filesystem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Jul 23, 2023
1 parent c51f117 commit 44a955d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Yukon
shortname: yukon
board: PIMORONI_YUKON
# 0x10000000 + (15*1024*1024) - (1408*1024)
dir2uf2_fs_start: 282722304
dir2uf2_fs_size: 1441792
# 0x10000000 + (16*1024*1024) - (15*1024*1024)
dir2uf2_fs_start: 269484032
dir2uf2_fs_size: 15728640

env:
RELEASE_FILE: pimoroni-${{matrix.shortname}}-${{github.event.release.tag_name || github.sha}}-micropython
Expand Down

0 comments on commit 44a955d

Please sign in to comment.