mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-31 18:58:45 -04:00
Add fw cmd to get UDI
This commit is contained in:
parent
98a3a1240b
commit
acb9c37ee7
3 changed files with 24 additions and 1 deletions
|
@ -96,6 +96,11 @@ void fwreply(struct frame_header hdr, enum fwcmd rspcode, uint8_t *buf)
|
|||
nbytes = 128;
|
||||
break;
|
||||
|
||||
case FW_RSP_GET_UDI:
|
||||
len = LEN_32;
|
||||
nbytes = 32;
|
||||
break;
|
||||
|
||||
default:
|
||||
puts("fwreply(): Unknown response code: 0x");
|
||||
puthex(rspcode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue