mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
trezorctl: fix doc for set_display_rotation
there is no default, so "Defaults to north" is incorrect
This commit is contained in:
parent
47a40fb290
commit
50fe0d96bb
@ -299,7 +299,7 @@ def set_display_rotation(connect, rotation):
|
|||||||
"""Set display rotation.
|
"""Set display rotation.
|
||||||
|
|
||||||
Configure display rotation for Trezor Model T. The options are
|
Configure display rotation for Trezor Model T. The options are
|
||||||
north, east, south or west. Defaults to north.
|
north, east, south or west.
|
||||||
"""
|
"""
|
||||||
return device.apply_settings(connect(), display_rotation=rotation)
|
return device.apply_settings(connect(), display_rotation=rotation)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user