Skip to content

Commit

Permalink
Target firmware 1.5 by default in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
3noch committed Jan 11, 2019
1 parent ac097f5 commit a59ec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python -m ledgerblue.loadApp \
--curve ed25519 \
--curve secp256k1 \
--curve prime256r1 \
--targetId "${TARGET_ID:-0x31100003}" \
--targetId "${TARGET_ID:-0x31100004}" \
--delete \
--path 44"'"/1729"'" \
--fileName "$app_file" \
Expand Down

0 comments on commit a59ec0b

Please sign in to comment.