aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-16 01:03:30 +0000
committerDaniel Mueller <deso@posteo.net>2019-01-26 23:35:09 -0800
commitf038b53dfaf68be0d52d1d8aa3d2df922aabd787 (patch)
tree2e725b3bff52b843a776ba1db40e50007e5ff44d /nitrocli/CHANGELOG.md
parent274ae17ca0fc86ebfcbaa3a6cb4201e2cfd0f622 (diff)
downloadnitrocli-f038b53dfaf68be0d52d1d8aa3d2df922aabd787.tar.gz
nitrocli-f038b53dfaf68be0d52d1d8aa3d2df922aabd787.tar.bz2
Add the reset command to perform a factory reset
After performing the factory reset, we also build the AES key so that the device is fully usable. Due to timing issue, we have to add a delay between the factory reset and building the AES key.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 9eb8f17..8e70530 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -1,5 +1,6 @@
Unreleased
----------
+- Added the `reset` command to perform a factory reset
- Added the `-V`/`--version` option to print the program's version