mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 05:10:56 +00:00
trezorlib: set minimum firmware for TT to 2.0.10
even though it's not required now, it will be in ~2 weeks
This commit is contained in:
parent
1179bd407b
commit
d4bcabc224
@ -3,6 +3,6 @@ __version__ = "0.11.0"
|
|||||||
# fmt: off
|
# fmt: off
|
||||||
MINIMUM_FIRMWARE_VERSION = {
|
MINIMUM_FIRMWARE_VERSION = {
|
||||||
"1": (1, 6, 1),
|
"1": (1, 6, 1),
|
||||||
"T": (2, 0, 5),
|
"T": (2, 0, 10),
|
||||||
}
|
}
|
||||||
# fmt: on
|
# fmt: on
|
||||||
|
Loading…
Reference in New Issue
Block a user