From b81570de28038826e739844eb0b10962b9d51566 Mon Sep 17 00:00:00 2001 From: barry-ha Date: Thu, 30 Nov 2023 10:33:18 -0800 Subject: [PATCH] changed path to use Arduino IDE 2.2 'build' folder --- makeUF2.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeUF2.bat b/makeUF2.bat index 7e488cb..c1e900a 100644 --- a/makeUF2.bat +++ b/makeUF2.bat @@ -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. \ No newline at end of file