diff Common/Inc/data_central.h @ 478:58200d756365 Improve_Button_Sleep

Development option only: Show Pressure update for a short time in the custom field (as warning)
author ideenmodellierer
date Tue, 12 May 2020 23:03:50 +0200
parents b0045281cb2d
children d784f281833a
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Tue May 12 23:03:29 2020 +0200
+++ b/Common/Inc/data_central.h	Tue May 12 23:03:50 2020 +0200
@@ -248,6 +248,9 @@
 	int8_t betterGas;
 	int8_t fallback;
 	int8_t betterSetpoint;
+#ifdef ENABLE_BOTTLE_SENSOR
+	int8_t newPressure;
+#endif
 } SWarnings;