mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-31 09:43:27 -05:00
doc: adjust to 128-byte framelen
This commit is contained in:
parent
cefb6ca9c1
commit
e3ee7c5bab
@ -405,7 +405,7 @@ host ->
|
|||||||
CMD[0].len = 128 // command frame format
|
CMD[0].len = 128 // command frame format
|
||||||
CMD[1] = 0x05 // FW_CMD_LOAD_APP_DATA
|
CMD[1] = 0x05 // FW_CMD_LOAD_APP_DATA
|
||||||
|
|
||||||
CMD[2..] = APP_DATA (511 bytes of app data, pad with zeros)
|
CMD[2..] = APP_DATA (127 bytes of app data, pad with zeros)
|
||||||
|
|
||||||
host <-
|
host <-
|
||||||
u8 RSP[1 + 4]
|
u8 RSP[1 + 4]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user