Allow changing mission after initial selection
This commit is contained in:
@ -33,3 +33,9 @@ void AMIPresenter::vehicleStateUpdated() {
|
||||
}
|
||||
view.setConePositions(vehicle_state.cone_pos, cone_count);
|
||||
}
|
||||
|
||||
void AMIPresenter::nextScreen() {
|
||||
FrontendApplication *app =
|
||||
static_cast<FrontendApplication *>(FrontendApplication::getInstance());
|
||||
app->gotoDebugViewScreenNoTransition();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user