Browse Source

修改协议结构体命名

master
zhaohe 12 months ago
parent
commit
aee8641e56
  1. 4
      transmit_disfection_protocol.hpp

4
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;

Loading…
Cancel
Save