Mercurial > public > ostc4
diff Discovery/Src/tMenu.c @ 379:0dbf550dc743 MotionDetection
Added missing customerview selection
In the previous version only 6 out of 10 custom views could be configurated => Added a second page for the dive menu system tab
In case all views are deactivated the none / debug page will be set as default
author | ideenmodellierer |
---|---|
date | Mon, 16 Sep 2019 22:49:34 +0200 |
parents | 2bb1db22b5f5 |
children | 5e3b830b955f |
line wrap: on
line diff
--- a/Discovery/Src/tMenu.c Mon Sep 16 22:46:24 2019 +0200 +++ b/Discovery/Src/tMenu.c Mon Sep 16 22:49:34 2019 +0200 @@ -315,7 +315,7 @@ } -static void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext) +void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext) { uint8_t linesFound; uint16_t i;