Skip to content

Commit

Permalink
chore(legacy): add options (max_size) to updated debug messages
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
M1nd3r committed Nov 20, 2024
1 parent 0cd6ee4 commit e29c8d5
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions legacy/firmware/protob/messages-debug.options
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@ DebugLinkDecision.input max_size:33
DebugLinkDecision.x type:FT_IGNORE
DebugLinkDecision.y type:FT_IGNORE

DebugLinkState.layout max_size:1024
DebugLinkState.pin max_size:51
DebugLinkState.matrix max_size:10
DebugLinkState.mnemonic_secret max_size:240
DebugLinkState.reset_word max_size:12
DebugLinkState.reset_entropy max_size:128
DebugLinkState.recovery_fake_word max_size:12
DebugLinkState.tokens type:FT_IGNORE
DebugLinkGetState.thp_channel_id type:FT_IGNORE

DebugLinkState.layout max_size:1024
DebugLinkState.pin max_size:51
DebugLinkState.matrix max_size:10
DebugLinkState.mnemonic_secret max_size:240
DebugLinkState.reset_word max_size:12
DebugLinkState.reset_entropy max_size:128
DebugLinkState.recovery_fake_word max_size:12
DebugLinkState.tokens type:FT_IGNORE
DebugLinkState.thp_pairing_code_entry_code type:FT_IGNORE
DebugLinkState.thp_pairing_code_qr_code type:FT_IGNORE
DebugLinkState.thp_pairing_code_nfc_unidirectional type:FT_IGNORE

DebugLinkLog.bucket max_size:33
DebugLinkLog.text max_size:256
Expand Down

0 comments on commit e29c8d5

Please sign in to comment.