mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Fix HID Analyzer plugin
use new attach_to_gui function
This commit is contained in:
parent
c78e0b8706
commit
6396e3287a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ HIDApp::~HIDApp() {
|
|||
void HIDApp::run(void* _args) {
|
||||
UNUSED(_args);
|
||||
|
||||
view_controller.attach_to_gui(ViewDispatcherTypeFullscreen);
|
||||
scene_controller.add_scene(SceneType::Read, new HIDAppSceneRead());
|
||||
scene_controller.add_scene(SceneType::ReadSuccess, new HIDAppSceneReadSuccess());
|
||||
scene_controller.process(100, SceneType::Read);
|
||||
|
|
Loading…
Reference in a new issue