#629 code cleanup

This commit is contained in:
Mikayla
2025-09-13 00:55:15 +00:00
parent 55685fb6a6
commit afc89ac727
19 changed files with 43 additions and 56 deletions

View File

@@ -88,7 +88,7 @@ local APP_ID = {
-- core UI
ROOT = 1,
LOADER = 2,
-- main app pages
-- main apps
UNITS = 3,
FACILITY = 4,
CONTROL = 5,
@@ -97,12 +97,11 @@ local APP_ID = {
GUIDE = 8,
ABOUT = 9,
RADMON = 10,
-- diagnostic app pages
-- diagnostic apps
ALARMS = 11,
COMPS = 12,
-- other
DUMMY = 13,
NUM_APPS = 13
-- count
NUM_APPS = 12
}
pocket.APP_ID = APP_ID