mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 21:33:21 -07:00
Autobuild, fixed client path
This commit is contained in:
parent
d096c4086a
commit
981e8849fc
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue