Skip to content

Commit

Permalink
changed path to use Arduino IDE 2.2 'build' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ha committed Nov 30, 2023
1 parent 0ebedf4 commit b81570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeUF2.bat
Expand Up @@ -6,6 +6,6 @@ echo .

cd %USERPROFILE%
cd Documents\Arduino\Griduino
py uf2conv.py -c -b 0x4000 -o downloads/griduino_v%1.uf2 Griduino.ino.feather_m4.bin
py uf2conv.py -c -b 0x4000 -o downloads/griduino_v%1.uf2 build/adafruit.samd.adafruit_feather_m4/Griduino.ino.bin

echo Done.

0 comments on commit b81570d

Please sign in to comment.