Add screen for configuring vehicle parameters
This commit is contained in:
@ -126,4 +126,13 @@ void MissionSelectViewBase::handleKeyEvent(uint8_t key)
|
||||
application().gotoDebugViewScreenNoTransition();
|
||||
|
||||
}
|
||||
|
||||
if(251 == key)
|
||||
{
|
||||
//DummyChangeConfigView
|
||||
//When hardware button 251 clicked change screen to VehicleConfig
|
||||
//Go to VehicleConfig with no screen transition
|
||||
application().gotoVehicleConfigScreenNoTransition();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user