diff Common/Inc/data_central.h @ 482:230aed360da0

Merged in Ideenmodellierer/ostc4/Improve_Button_Sleep (pull request #45) Improve Button Sleep
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Tue, 19 May 2020 07:27:18 +0000
parents 58200d756365
children d784f281833a
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Tue Apr 28 15:37:47 2020 +0000
+++ b/Common/Inc/data_central.h	Tue May 19 07:27:18 2020 +0000
@@ -248,6 +248,9 @@
 	int8_t betterGas;
 	int8_t fallback;
 	int8_t betterSetpoint;
+#ifdef ENABLE_BOTTLE_SENSOR
+	int8_t newPressure;
+#endif
 } SWarnings;