diff Discovery/Inc/t3.h @ 582:64bf41faab83

Show Fallback if no valid sensor value is available: In previous version fallback was shown when communication to HUD was lost. Now it will be displayed in case no sensor value ist judged as valid. In case of a fallback event ppo2 warnings as well as the data readings are no longer displayed.
author Ideenmodellierer
date Sat, 12 Dec 2020 20:52:58 +0100
parents 6fbf7cd391cb
children f52bc70e380f
line wrap: on
line diff
--- a/Discovery/Inc/t3.h	Sat Dec 12 19:18:57 2020 +0100
+++ b/Discovery/Inc/t3.h	Sat Dec 12 20:52:58 2020 +0100
@@ -35,9 +35,10 @@
 /* Exported functions --------------------------------------------------------*/
 void t3_init(void);
 void t3_refresh(void);
-void t3_change_customview(uint8_t action);
+uint8_t t3_change_customview(uint8_t action);
 uint8_t t3_GetEnabled_customviews(void);
 uint8_t t3_getCustomView(void);
 void t3_set_customview_to_primary(void);
+uint8_t t3_customview_disabled(uint8_t view);
 
 #endif /* T3_H */