comparison Common/Inc/data_central.h @ 857:ba1aebc6d5af Evo_2_23

Developer feature debug warning: The debug warnings are only available to developers who activate the feature via compile switch. After that it is possible to define a condition and a content of a warning which will be shown if a special situation occure (visualized in the main view as already done for other warnings like ppo2). In the first implementation details regarding the error state of the DiveO2 will be shown in case the sensor reports a problem. Feel free to change the implementation in case you want to observe another behavior.
author Ideenmodellierer
date Sun, 05 May 2024 17:27:28 +0200
parents c3dd461ca3f9
children
comparison
equal deleted inserted replaced
856:af035b883382 857:ba1aebc6d5af
274 int8_t betterSetpoint; 274 int8_t betterSetpoint;
275 int8_t co2High; 275 int8_t co2High;
276 #ifdef ENABLE_BOTTLE_SENSOR 276 #ifdef ENABLE_BOTTLE_SENSOR
277 int8_t newPressure; 277 int8_t newPressure;
278 #endif 278 #endif
279 #ifdef HAVE_DEBUG_WARNINGS
280 int8_t debug;
281 #endif
279 } SWarnings; 282 } SWarnings;
280 283
281 284
282 typedef struct 285 typedef struct
283 { 286 {