diff Discovery/Inc/tMenuSystem.h @ 851:9f487ad38170 Evo_2_23

Added line checks for System Menu: In the previous version the Timer options were always active even if the view was disabled. It is now disabled (grey) in case the view is disabled.
author Ideenmodellierer
date Thu, 07 Mar 2024 21:42:23 +0100
parents 0dbf550dc743
children
line wrap: on
line diff
--- a/Discovery/Inc/tMenuSystem.h	Fri Mar 01 19:30:29 2024 +0100
+++ b/Discovery/Inc/tMenuSystem.h	Thu Mar 07 21:42:23 2024 +0100
@@ -44,5 +44,6 @@
 /* Exported functions --------------------------------------------------------*/
 
 uint32_t tMSystem_refresh(uint8_t line, char *text, uint16_t *tab, char *subtext);
+void tMSystem_checkLineStatus(void);
 
 #endif /* TMENU_SYSTEM_H */