mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-05 15:48:45 +00:00
chore(core/prodtest): fix time units in readme for NFC commands
[no changelog]
This commit is contained in:
parent
a22563c01a
commit
e9b47d1116
@ -945,8 +945,8 @@ each 100ms.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
nfc-read-card [<timeout_seconds>]
|
nfc-read-card [<timeout_ms>]
|
||||||
# NFC activated in reader mode for <timeout_seconds> seconds.
|
# NFC activated in reader mode for <timeout_ms> ms.
|
||||||
# NFC card detected.
|
# NFC card detected.
|
||||||
# NFC Type A: UID: %s
|
# NFC Type A: UID: %s
|
||||||
OK
|
OK
|
||||||
@ -958,8 +958,8 @@ Activate NFC in Card Emulator mode for given time, or infinite time if no timeou
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
nfc-emulate-card [<timeout_seconds>]
|
nfc-emulate-card [<timeout_ms>]
|
||||||
# Emulation started for <timeout_seconds>
|
# Emulation started for <timeout_ms>
|
||||||
# Emulation over
|
# Emulation over
|
||||||
OK
|
OK
|
||||||
```
|
```
|
||||||
@ -972,8 +972,8 @@ each 100ms.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
nfc-write-card [<timeout_seconds>]
|
nfc-write-card [<timeout_ms>]
|
||||||
# NFC reader on, put the card on the reader (timeout <timeout_seconds> s)
|
# NFC reader on, put the card on the reader (timeout <timeout_ms> ms)
|
||||||
# Writting URI to NFC tag 7AF403
|
# Writting URI to NFC tag 7AF403
|
||||||
|
|
||||||
### unit-test-run
|
### unit-test-run
|
||||||
|
Loading…
Reference in New Issue
Block a user