mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[hardware_test] Get rid of the reset step
This commit is contained in:
@@ -16,7 +16,7 @@ void SerialNumberController::viewWillAppear() {
|
||||
}
|
||||
|
||||
bool SerialNumberController::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::OnOff || event == Ion::Events::OK) {
|
||||
if (event == Ion::Events::OnOff) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user