mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-11-24 06:20:47 -08:00
7 lines
157 B
Batchfile
7 lines
157 B
Batchfile
@echo off
|
|
cd "%~dp0client"
|
|
call setup.bat
|
|
::If you want to force the COM port add it to the line, example:
|
|
::bash pm3-flash-all COM3
|
|
bash pm3-flash-all
|
|
pause |