mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-03 20:24:20 -04:00
doc: adjust to 128-byte framelen
This commit is contained in:
parent
cefb6ca9c1
commit
e3ee7c5bab
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ host ->
|
|||
CMD[0].len = 128 // command frame format
|
||||
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 <-
|
||||
u8 RSP[1 + 4]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue