Arduino_STM32/drivers/win/install_drivers.bat

10 lines
284 B
Batchfile
Raw Normal View History

@echo off
echo Installing Maple DFU driver...
%~dp0wdi-simple --vid 0x1EAF --pid 0x0003 --type 1 --name "Maple DFU" --dest %~dp0maple-dfu
echo Installing Maple Serial driver...
%~dp0wdi-simple --vid 0x1EAF --pid 0x0004 --type 3 --name "Maple Serial" --dest %~dp0maple-serial
pause