Autostart option (#2079)

* Autostart app on boot
* Settings page
* ext app support
This commit is contained in:
Totoo 2024-04-03 16:27:13 +02:00 committed by GitHub
parent 3665b3c607
commit c48cbb7e55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 116 additions and 0 deletions

View file

@ -158,6 +158,7 @@ static void event_loop() {
event_dispatcher.set_display_sleep(true);
}};
portapack::setEventDispatcherToUSBSerial(&event_dispatcher);
system_view.get_navigation_view()->handle_autostart();
event_dispatcher.run();
}