meshtastic_rpi2w_sx1278_RA_02/bin/uf2-convert.bat

2 lines
217 B
Batchfile
Raw Normal View History

2024-10-30 08:54:24 +00:00
@echo off
if [%1]==[] (echo "Please specify a platformio NRF target (i.e. rak4631) as the first argument.") else (python3 .\bin\uf2conv.py .\.pio\build\%1\firmware.hex -c -o .\.pio\build\%1\firmware.uf2 -f 0xADA52840)