Autobuild, fixed client path

This commit is contained in:
Gator96100 2021-05-22 00:28:18 +02:00
commit 981e8849fc
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
@echo off
cd client
cd %~dp0client
call setup.bat
::If you want to force the COM port add it to the line, example:
::bash pm3-flash-all COM3

View file

@ -1,5 +1,5 @@
@echo off
cd client
cd %~dp0client
call setup.bat
::If you want to force the COM port add it to the line, example:
::bash pm3-flash-bootrom COM3

View file

@ -1,5 +1,5 @@
@echo off
cd client
cd %~dp0client
call setup.bat
::If you want to force the COM port add it to the line, example:
::bash pm3-flash-fullimage COM3

View file

@ -1,5 +1,5 @@
@echo off
cd client
cd %~dp0client
call setup.bat
::If you want to force the COM port use the -p parameter, example:
::bash pm3 -p COM3