#403 work on pocket guide app

This commit is contained in:
Mikayla
2024-06-04 00:21:54 +00:00
parent 3181ab96f1
commit a2af0d3829
3 changed files with 168 additions and 4 deletions

View File

@@ -34,12 +34,13 @@ local APP_ID = {
ROOT = 1,
-- main app page
UNITS = 2,
ABOUT = 3,
GUIDE = 3,
ABOUT = 4,
-- diag app page
ALARMS = 4,
ALARMS = 5,
-- other
DUMMY = 5,
NUM_APPS = 5
DUMMY = 6,
NUM_APPS = 6
}
iocontrol.APP_ID = APP_ID