mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
make pin section better
This commit is contained in:
parent
eb69431651
commit
60c608276e
25
README.rst
25
README.rst
@ -46,19 +46,26 @@ also found in ``helloworld.py``
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
When you got asked for PIN, you have to enter scrambled pin shown in Trezor display using the numeric keyboard mapping.
|
||||
PIN Entering
|
||||
------------
|
||||
|
||||
7 8 9
|
||||
4 5 6
|
||||
1 2 3
|
||||
When you are asked for PIN, you have to enter scrambled PIN. Follow the numbers shown on TREZOR display and enter the their positions using the numeric keyboard mapping:
|
||||
|
||||
Example: your pin is 1234 and your Trezor is displaying
|
||||
=== === ===
|
||||
7 8 9
|
||||
4 5 6
|
||||
1 2 3
|
||||
=== === ===
|
||||
|
||||
2 8 3
|
||||
5 4 6
|
||||
7 9 1
|
||||
Example: your PIN is **1234** and TREZOR is displaying the following:
|
||||
|
||||
You have to enter: 3795
|
||||
=== === ===
|
||||
2 8 3
|
||||
5 4 6
|
||||
7 9 1
|
||||
=== === ===
|
||||
|
||||
You have to enter: **3795**
|
||||
|
||||
How to install (Windows)
|
||||
------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user