Skip to content

Commit 794d078

Browse files
fixed problem in last 2 commits with windows bat for STM32 com
1 parent dbcba3e commit 794d078

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
3+
echo Installing STM Serial driver...
4+
"%~dp0wdi-simple" --vid 0x0483 --pid 0x5740 --type 3 --name "STM Serial" --dest "%~dp0maple-serial"
5+
echo.
6+
7+
pause
8+

0 commit comments

Comments
 (0)