Moved external Font Viewer app to DEBUG menu (#1485)

* Updated icon
* Support external apps on DEBUG menu screen
This commit is contained in:
Mark Thompson
2023-10-11 11:32:01 -05:00
committed by GitHub
parent 5cd7a09797
commit 37c6b35fb7
4 changed files with 28 additions and 21 deletions

View File

@@ -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 {