Files
picovga-RGsB/_e1.bat
2021-06-10 19:07:49 +02:00

8 lines
107 B
Batchfile

@echo off
rem Export to hardware...
if not exist program.uf2 goto end
copy /b program.uf2 r:
:end