mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Add descriptive message.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
294ca81d7d
commit
07079b6ba1
1 changed files with 2 additions and 0 deletions
|
|
@ -464,6 +464,8 @@ def phy(picohsm, args):
|
||||||
ret = picohsm.phy(args.subcommand, val)
|
ret = picohsm.phy(args.subcommand, val)
|
||||||
if (ret):
|
if (ret):
|
||||||
print(f'Current value: {hexlify(ret)}')
|
print(f'Current value: {hexlify(ret)}')
|
||||||
|
else:
|
||||||
|
print('Command executed successfully. Please, restart your Pico Key.')
|
||||||
|
|
||||||
def main(args):
|
def main(args):
|
||||||
sys.stderr.buffer.write(b'Pico HSM Tool v1.12\n')
|
sys.stderr.buffer.write(b'Pico HSM Tool v1.12\n')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue