mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 12:59:48 -07:00
Fixed pm3-flash files
This commit is contained in:
parent
8e781963d2
commit
d5c364e5ec
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd client
|
cd client
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port use the -p parameter, example:
|
::If you want to force the COM port add it to the line, example:
|
||||||
::bash pm3-flash-all -p COM3
|
::bash pm3-flash-all COM3
|
||||||
bash pm3-flash-all
|
bash pm3-flash-all
|
||||||
pause
|
pause
|
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd client
|
cd client
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port use the -p parameter, example:
|
::If you want to force the COM port add it to the line, example:
|
||||||
::bash pm3-flash-bootrom -p COM3
|
::bash pm3-flash-bootrom COM3
|
||||||
bash pm3-flash-bootrom
|
bash pm3-flash-bootrom
|
||||||
pause
|
pause
|
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd client
|
cd client
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port use the -p parameter, example:
|
::If you want to force the COM port add it to the line, example:
|
||||||
::bash pm3-flash-fullimage -p COM3
|
::bash pm3-flash-fullimage COM3
|
||||||
bash pm3-flash-fullimage
|
bash pm3-flash-fullimage
|
||||||
pause
|
pause
|
Loading…
Add table
Add a link
Reference in a new issue