Merged latest OFW changes

This commit is contained in:
MX
2022-08-12 05:18:27 +03:00
parent db430214e2
commit 13465ef41d
39 changed files with 779 additions and 114 deletions

View File

@@ -10,6 +10,7 @@ LfRfidDebugApp::~LfRfidDebugApp() {
}
void LfRfidDebugApp::run() {
view_controller.attach_to_gui(ViewDispatcherTypeFullscreen);
scene_controller.add_scene(SceneType::Start, new LfRfidDebugAppSceneStart());
scene_controller.add_scene(SceneType::TuneScene, new LfRfidDebugAppSceneTune());
scene_controller.process(100);