From c1c23f522c5daa18dc89587ff25310d526aa2ca3 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 13 Sep 2024 10:41:46 +0800 Subject: [PATCH] =?UTF-8?q?h2o2=E8=AF=BB=E5=8F=96=E4=BC=A0=E6=84=9F?= =?UTF-8?q?=E5=99=A8=E5=85=A8=E9=83=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transmit_disfection_protocol.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index 2f271d0..fe021e9 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -383,6 +383,12 @@ typedef struct { uint16_t temp; // °C * 10 uint16_t rs; // %RS * 10 uint16_t h2o2adc; // adc_val + + int16_t df_ptemp; // Dew/frost point temperature °C * 10 + int16_t ah; // Absolute humidity g/m3 * 10 + int16_t mr; // Mixing ratio g/kg * 10 + int16_t wet_bulb_temp; // Wet-bulb temperature °C * 10 + int16_t enthalpy; // Enthalpy kJ/kg * 10 } report_h2o2_data_t; typedef struct {