We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9f366 commit a8b4519Copy full SHA for a8b4519
legacy/firmware/layout2.c
@@ -1672,7 +1672,7 @@ void layoutShowPassphrase(const char *passphrase) {
1672
oledClear();
1673
}
1674
const char **str =
1675
- split_message((const uint8_t *)passphrase, strlen(passphrase), 21);
+ split_message((const uint8_t *)passphrase, strlen(passphrase), 20);
1676
for (int i = 0; i < 3; i++) {
1677
oledDrawString(0, (i + 1) * 9, str[i], FONT_FIXED);
1678
0 commit comments