Fixed pm3-flash files

This commit is contained in:
gator96100 2021-02-10 02:01:44 +01:00
commit d5c364e5ec
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
@echo off
cd client
call setup.bat
::If you want to force the COM port use the -p parameter, example:
::bash pm3-flash-all -p COM3
::If you want to force the COM port add it to the line, example:
::bash pm3-flash-all COM3
bash pm3-flash-all
pause

View file

@ -1,7 +1,7 @@
@echo off
cd client
call setup.bat
::If you want to force the COM port use the -p parameter, example:
::bash pm3-flash-bootrom -p COM3
::If you want to force the COM port add it to the line, example:
::bash pm3-flash-bootrom COM3
bash pm3-flash-bootrom
pause

View file

@ -1,7 +1,7 @@
@echo off
cd client
call setup.bat
::If you want to force the COM port use the -p parameter, example:
::bash pm3-flash-fullimage -p COM3
::If you want to force the COM port add it to the line, example:
::bash pm3-flash-fullimage COM3
bash pm3-flash-fullimage
pause