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