Properly exit get_serial
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m45s
Basic Cargo Checks / docker-build (push) Successful in 2m3s

This commit is contained in:
Blizzard Finnegan 2023-06-19 14:47:28 -04:00
parent d24b0edcb0
commit ab560b926a
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -372,6 +372,7 @@ impl Device{
},
}
}
self.usb_tty.write_to_device(Command::DebugMenu);
self.reboot();
self.load_values();
self.save_values();