comparison 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
comparison
equal deleted inserted replaced
472:8a375f0544d9 482:230aed360da0
246 int8_t sensorLinkLost; 246 int8_t sensorLinkLost;
247 int8_t sensorOutOfBounds[3]; 247 int8_t sensorOutOfBounds[3];
248 int8_t betterGas; 248 int8_t betterGas;
249 int8_t fallback; 249 int8_t fallback;
250 int8_t betterSetpoint; 250 int8_t betterSetpoint;
251 #ifdef ENABLE_BOTTLE_SENSOR
252 int8_t newPressure;
253 #endif
251 } SWarnings; 254 } SWarnings;
252 255
253 256
254 typedef struct 257 typedef struct
255 { 258 {