Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
477:5e6a612d03b5 | 478:58200d756365 |
---|---|
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 { |