From 69eea30fe87d02b32de926addf5edf34a406f95c Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Tue, 9 Jun 2020 08:44:02 +0100 Subject: [PATCH] Update install_drivers.bat --- BootLoaders/Boards/Windows/install_drivers.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BootLoaders/Boards/Windows/install_drivers.bat b/BootLoaders/Boards/Windows/install_drivers.bat index 5d82705..03f73b4 100644 --- a/BootLoaders/Boards/Windows/install_drivers.bat +++ b/BootLoaders/Boards/Windows/install_drivers.bat @@ -1,11 +1,11 @@ @echo off -echo Installing Maple DFU driver... -"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0003 --type 1 --name "Maple DFU" --dest "%~dp0maple-dfu" +echo Installing MULTI-Module DFU Bootloader Driver... +"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0003 --type 2 --name "MULTI-Module DFU Bootloader" --dest "%~dp0MULTI-DFU-Bootloader" -b echo. -echo Installing Maple Serial driver... -"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0004 --type 3 --name "Maple Serial" --dest "%~dp0maple-serial" +echo Installing MULTI-Module USB Serial Driver... +"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0004 --type 3 --name "MULTI-Module USB Serial" --dest "%~dp0MULTI-USB-Serial" -b echo. pause