mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Breaking change: DATA_CMD_GET_DEVICE_MODEL to match chameleon_device_type_t
cf https://github.com/RfidResearchGroup/ChameleonUltra/pull/147#pullrequestreview-1637478473
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ In the following list, "CLI" refers to one typical CLI command using the describ
|
||||
* CLI: cf `hw ble bonds clear`
|
||||
### 1033: GET_DEVICE_MODEL
|
||||
* Command: no data
|
||||
* Response: 1 byte. `hw_version` aka `NRF_DFU_HW_VERSION` (0=Ultra, 1=Lite)
|
||||
* Response: 1 byte. `hw_version` aka `NRF_DFU_HW_VERSION` according to `chameleon_device_type_t` enum (0=Ultra, 1=Lite)
|
||||
* CLI: cf `hw version`
|
||||
### 1034: GET_DEVICE_SETTINGS
|
||||
* Command: no data
|
||||
|
||||
Reference in New Issue
Block a user