mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 06:07:57 +00:00
Moved external Font Viewer app to DEBUG menu (#1485)
* Updated icon * Support external apps on DEBUG menu screen
This commit is contained in:
@@ -33,7 +33,8 @@ typedef void (*externalAppEntry_t)(ui::NavigationView& nav);
|
||||
enum app_location_t : uint32_t {
|
||||
UTILITIES = 0,
|
||||
RX,
|
||||
TX
|
||||
TX,
|
||||
DEBUG
|
||||
};
|
||||
|
||||
struct application_information_t {
|
||||
|
Reference in New Issue
Block a user