Removed mentions about un-needed multi-APDU EIP712 SEND STRUCT DEFINITION
This commit is contained in:
@@ -618,9 +618,7 @@ _Command_
|
|||||||
[width="80%"]
|
[width="80%"]
|
||||||
|=========================================================================
|
|=========================================================================
|
||||||
| *CLA* | *INS* | *P1* | *P2* | *LC* | *Le*
|
| *CLA* | *INS* | *P1* | *P2* | *LC* | *Le*
|
||||||
| E0 | 1A | 00 : complete send
|
| E0 | 1A | 00
|
||||||
|
|
||||||
01 : partial send, more to come
|
|
||||||
| 00 : struct name
|
| 00 : struct name
|
||||||
|
|
||||||
FF : struct field
|
FF : struct field
|
||||||
|
|||||||
@@ -349,7 +349,6 @@ bool set_struct_name(uint8_t length, const uint8_t *const name)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Split this function
|
// TODO: Split this function
|
||||||
// TODO: Handle partial sends
|
|
||||||
bool set_struct_field(const uint8_t *const data)
|
bool set_struct_field(const uint8_t *const data)
|
||||||
{
|
{
|
||||||
uint8_t data_idx = OFFSET_CDATA;
|
uint8_t data_idx = OFFSET_CDATA;
|
||||||
|
|||||||
Reference in New Issue
Block a user