This commit is contained in:
Климов Андрей Николаевич
2023-04-10 19:19:45 +03:00
parent 927272824c
commit 30f7b36a9c
6 changed files with 255 additions and 97 deletions

View File

@@ -59,7 +59,7 @@ PING -n %WAIT_ERASED% 127.0.0.1>NUL
REM Execute bossac.exe
ECHO Execute bossac with command line:
"%BOSSACPATH%" -i --port=%COMPORT% -U false -e -u -w -v -b "%BINFILE%" -R
"%BOSSACPATH%" -i --port=%COMPORT% -U false -w -v -b "%BINFILE%" -R
REM START /WAIT "" "%BOSSACPATH%" -i --port=%COMPORT% -U false -e -w -v -b "%BINFILE%" -R
GOTO end