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:
@@ -29,13 +29,12 @@ App::WizardViewController::WizardViewController(Responder * parentResponder) :
|
||||
m_ledTestController(this),
|
||||
m_batteryTestController(this),
|
||||
m_USBTestController(this),
|
||||
m_serialNumberController(this),
|
||||
m_resetController(this)
|
||||
m_serialNumberController(this)
|
||||
{
|
||||
}
|
||||
|
||||
int App::WizardViewController::numberOfChildren() {
|
||||
return 7;
|
||||
return 6;
|
||||
}
|
||||
|
||||
ViewController * App::WizardViewController::childAtIndex(int i) {
|
||||
@@ -45,8 +44,7 @@ ViewController * App::WizardViewController::childAtIndex(int i) {
|
||||
&m_ledTestController,
|
||||
&m_batteryTestController,
|
||||
&m_USBTestController,
|
||||
&m_serialNumberController,
|
||||
&m_resetController
|
||||
&m_serialNumberController
|
||||
};
|
||||
return children[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user