Skip to content

Commit

Permalink
Merge pull request #491 from LedgerHQ/abo_support_flex_api_level_20
Browse files Browse the repository at this point in the history
Add Flex support on API LEVEL 20
  • Loading branch information
abonnaudet-ledger authored Jun 13, 2024
2 parents 689c37c + 32fc5cc commit c3ae424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added speculos/cxlib/flex-api-level-cx-20.elf
Binary file not shown.
1 change: 1 addition & 0 deletions speculos/fonts/flex-fonts-20.bin
3 changes: 2 additions & 1 deletion src/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,8 @@ int main(int argc, char *argv[])
}
break;
case MODEL_FLEX:
if (sdk_version != SDK_API_LEVEL_18 && sdk_version != SDK_API_LEVEL_19) {
if (sdk_version != SDK_API_LEVEL_18 && sdk_version != SDK_API_LEVEL_19 &&
sdk_version != SDK_API_LEVEL_20) {
errx(1, "invalid SDK version for the Ledger Flex");
}
break;
Expand Down

0 comments on commit c3ae424

Please sign in to comment.