mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-05 06:58:12 +00:00
12 lines
304 B
Batchfile
12 lines
304 B
Batchfile
@echo off
|
|
|
|
echo Installing Maple DFU driver...
|
|
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0003 --type 1 --name "Maple DFU" --dest "%~dp0maple-dfu"
|
|
echo.
|
|
|
|
echo Installing Maple Serial driver...
|
|
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0004 --type 3 --name "Maple Serial" --dest "%~dp0maple-serial"
|
|
echo.
|
|
|
|
pause
|