Finalize usb protocol (#515)
* Change UsbCommandId_SetTestLed from 0x02 to 0x14
* Change UsbCommandId_JumpToModuleBootloader from 0x12 to 0x02.
* Change UsbCommandId_SendKbootCommandToModule from 0x13 to 0x03.
* Replace UsbCommandId_ReadHardwareConfig and UsbCommandId_ReadUserConfig with UsbCommandId_ReadConfig.
* Change UsbCommandId_WriteHardwareConfig and UsbCommandId_WriteUserConfig to 0x05 and 0x06.
* Change UsbCommandId_ApplyConfig to 0x07.
* Change the arguments of UsbCommandId_LaunchEepromTransfer and its id to 0x08.
* Change the value of UsbCommandId_{GetDeviceState,SetTestLed,GetDebugBuffer,GetAdcValue,SetLedPwmBrightness}.
* Use firmware 6.0.0
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
"dependencies": {
|
||||
"node-hid": "0.5.7"
|
||||
},
|
||||
"firmwareVersion": "5.0.1",
|
||||
"firmwareVersion": "6.0.0",
|
||||
"dataModelVersion": "4.0.0",
|
||||
"usbProtocolVersion": "2.0.0",
|
||||
"usbProtocolVersion": "3.0.0",
|
||||
"slaveProtocolVersion": "3.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user