Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
378:834e087505ec | 379:0dbf550dc743 |
---|---|
313 } | 313 } |
314 } | 314 } |
315 } | 315 } |
316 | 316 |
317 | 317 |
318 static void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext) | 318 void tM_build_page(uint32_t id, char *text, uint16_t tab, char *subtext) |
319 { | 319 { |
320 uint8_t linesFound; | 320 uint8_t linesFound; |
321 uint16_t i; | 321 uint16_t i; |
322 SStateList idList; | 322 SStateList idList; |
323 uint8_t page; | 323 uint8_t page; |