Skip to content

Commit

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

0 comments on commit c4dfce3

Please sign in to comment.