mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-05 13:26:57 +00:00
storage: next firmware version would be 1.7.0
This commit is contained in:
parent
5ad53e99c3
commit
e444dadbb2
@ -160,7 +160,7 @@ bool storage_from_flash(void)
|
|||||||
// version 6: since 1.3.6
|
// version 6: since 1.3.6
|
||||||
// version 7: since 1.5.1
|
// version 7: since 1.5.1
|
||||||
// version 8: since 1.5.2
|
// version 8: since 1.5.2
|
||||||
// version 9: since 1.6.1
|
// version 9: since 1.7.0
|
||||||
if (version > STORAGE_VERSION) {
|
if (version > STORAGE_VERSION) {
|
||||||
// downgrade -> clear storage
|
// downgrade -> clear storage
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user