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:
Philippe Teuwen
2023-09-24 01:27:48 +02:00
parent f7db6d0fb3
commit 867ee7bf9b
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -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