diff Discovery/Inc/t7.h @ 577:9bb9a52d6ae5

Handle o2 voltage values < 0.5mV as invalid: Values < 0.5mv will now be handled as ppo2 = 0Bar to avaid problems (e.g. by negativ values) in the decompression calculation. In the custom display sensors with low voltage are show using '-'
author Ideenmodellierer
date Sun, 29 Nov 2020 22:58:11 +0100
parents f1257a32f2d4
children f52bc70e380f
line wrap: on
line diff
--- a/Discovery/Inc/t7.h	Sun Nov 29 22:55:31 2020 +0100
+++ b/Discovery/Inc/t7.h	Sun Nov 29 22:58:11 2020 +0100
@@ -61,6 +61,7 @@
 
 void t7_change_field(void);
 void t7_change_customview(uint8_t action);
+void t7_select_customview(uint8_t selectedCustomview);
 
 void t7_set_field_to_primary(void);
 void t7_set_customview_to_primary(void);