From aee8641e56d8b337ba7f151e7fc8b216fdc94862 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 22 Aug 2024 09:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8F=E8=AE=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BD=93=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transmit_disfection_protocol.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index dda0ee2..3ce4c42 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -364,9 +364,9 @@ typedef struct { typedef struct { uint8_t sensor_error; // 传感器异常 uint16_t h2o2; // ppm * 10 - uint16_t humid; // %RH * 10 + uint16_t rh; // %RH * 10 uint16_t temp; // °C * 10 - uint16_t saturation; // %RS * 10 + uint16_t rs; // %RS * 10 uint16_t h2o2adc; // adc_val } report_h2o2_data_t;