# HG changeset patch # User Ideenmodellierer # Date 1672939624 -3600 # Node ID 9b9ed5459d57eb9aed73e566032a7b7d6d4998ad # Parent 47a9ba771119dad6b5eac907c9e583441ca40c43 DigO2 added raw data request: Beside ppO2 the Digo2 also offers raw data like humidity, pressure or signal intensity. These information may be of interest for diagnostic functions and have been added to the protocol support function. diff -r 47a9ba771119 -r 9b9ed5459d57 Common/Inc/data_exchange.h --- a/Common/Inc/data_exchange.h Thu Jan 05 18:25:47 2023 +0100 +++ b/Common/Inc/data_exchange.h Thu Jan 05 18:27:04 2023 +0100 @@ -137,6 +137,10 @@ int32_t temperature; uint32_t status; uint64_t sensorId; + int32_t intensity; + int32_t ambient; + int32_t pressure; + int32_t humidity; } SSensorDataDiveO2; typedef struct