You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("This is a BitBox02 Bitcoin-only firmware.")
63
+
elifmagic==MAGIC_BITBOX02PLUS_MULTI:
64
+
print("This is a BitBox02 Nova Multi firmware")
65
+
elifmagic==MAGIC_BITBOX02PLUS_BTCONLY:
66
+
print("This is a BitBox02 Nova Bitcoin-only firmware.")
61
67
else:
62
68
print(
63
69
f"Unrecognized firmware edition; magic = f{magic.hex()}. Maybe you have accidentally invoked this script on an unsigned binary. Make sure to use a signed firmware binary."
0 commit comments