Introduce common app list for menu and serial (#1791)

This commit is contained in:
E.T 2024-01-20 23:35:39 +01:00 committed by GitHub
parent ea8563cb19
commit ce1084abc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 284 additions and 242 deletions

View file

@ -34,7 +34,8 @@ enum app_location_t : uint32_t {
UTILITIES = 0,
RX,
TX,
DEBUG
DEBUG,
HOME
};
struct application_information_t {