Other: Factory reset

This commit is contained in:
James Houlahan
2022-10-13 03:26:31 +02:00
parent cec44be7c3
commit a74b025de3
8 changed files with 62 additions and 12 deletions

View File

@ -240,6 +240,10 @@ func (f *frontendCLI) deleteEverything(c *ishell.Context) {
f.bridge.FactoryReset(context.Background())
c.Println("Everything cleared")
f.restarter.Set(true, false)
f.Stop()
}
func (f *frontendCLI) changeMode(c *ishell.Context) {