This commit is contained in:
Robo Durden
2024-01-10 13:24:29 +01:00
parent 6c4e527424
commit d5dbba2ce6
40 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@echo off
:repeat
REM Remove REM below to add 1 sec delay
REM timeout /t 1 /nobreak > nul
color 08
cls
st-flash --connect-under-reset write hoverboard.bin 0x8000000 || goto :repeat
color 0A
echo:
echo ================================
echo ^| FLASH SUCCESSFUL ^|
echo ================================
echo:
echo Press Ctrl+C to exit or any other key to flash again.
pause > nul
goto :repeat

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.