We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5377d7c + 19fb7aa commit 47c57a5Copy full SHA for 47c57a5
build.sh
@@ -60,7 +60,7 @@ build_firmware() {
60
61
# build .uf2 for nrf52 boards
62
if [[ -f .pio/build/$1/firmware.zip && -f .pio/build/$1/firmware.hex ]]; then
63
- python bin/uf2conv/uf2conv.py .pio/build/$1/firmware.hex -c -o .pio/build/$1/firmware.uf2 -f 0xADA52840
+ python3 bin/uf2conv/uf2conv.py .pio/build/$1/firmware.hex -c -o .pio/build/$1/firmware.uf2 -f 0xADA52840
64
fi
65
66
# copy .bin, .uf2, and .zip to out folder
0 commit comments