Removed mentions about un-needed multi-APDU EIP712 SEND STRUCT DEFINITION

This commit is contained in:
Alexandre Paillier
2022-07-07 10:20:46 +02:00
parent b35fc03a64
commit 3ed8b3b0ef
2 changed files with 1 additions and 4 deletions

View File

@@ -618,9 +618,7 @@ _Command_
[width="80%"]
|=========================================================================
| *CLA* | *INS* | *P1* | *P2* | *LC* | *Le*
| E0 | 1A | 00 : complete send
01 : partial send, more to come
| E0 | 1A | 00
| 00 : struct name
FF : struct field

View File

@@ -349,7 +349,6 @@ bool set_struct_name(uint8_t length, const uint8_t *const name)
}
// TODO: Split this function
// TODO: Handle partial sends
bool set_struct_field(const uint8_t *const data)
{
uint8_t data_idx = OFFSET_CDATA;