Skip to content

Commit

Permalink
Merge pull request #82 from LedgerHQ/tdejoigny-ledger-patch-1
Browse files Browse the repository at this point in the history
Update device.py
  • Loading branch information
tdejoigny-ledger authored Dec 2, 2024
2 parents 63c6850 + 6cce0bc commit 2ed9d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_and_test/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
TARGET_STAX = "stax"

NANOS_API_LEVEL = 1
NANOSP_API_LEVEL = 5
NANOX_API_LEVEL = 5
STAX_API_LEVEL = 15
NANOSP_API_LEVEL = 22
NANOX_API_LEVEL = 22
STAX_API_LEVEL = 22


class Device:
Expand Down

0 comments on commit 2ed9d46

Please sign in to comment.