Change UsbCommandId_JumpToModuleBootloader from 0x12 to 0x02.
This commit is contained in:
@@ -17,7 +17,7 @@ export enum UsbCommand {
|
||||
WriteHardwareConfig = 14,
|
||||
ReadUserConfig = 15,
|
||||
GetKeyboardState = 16,
|
||||
JumpToModuleBootloader = 18,
|
||||
JumpToModuleBootloader = 0x02,
|
||||
SendKbootCommandToModule = 19
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user