#include #include VehicleConfigPresenter::VehicleConfigPresenter(VehicleConfigView &v) : view(v) {} void VehicleConfigPresenter::activate() {} void VehicleConfigPresenter::deactivate() {} void VehicleConfigPresenter::nextScreen() { static_cast(Application::getInstance()) ->gotoDebugViewScreenNoTransition(); }