Browse Source

update

master
zhaohe 1 year ago
parent
commit
723f3fb822
  1. 7
      transmit_disfection_protocol.hpp

7
transmit_disfection_protocol.hpp

@ -1,6 +1,10 @@
#pragma once #pragma once
#include <stdint.h> #include <stdint.h>
#include "zscanprotocol/zscanprotocol.hpp" #include "zscanprotocol/zscanprotocol.hpp"
namespace iflytop {
namespace transmit_disfection_protocol {
using namespace zscanprotocol;
#define PROTOCOL_VERSION 6 #define PROTOCOL_VERSION 6
#define HEART_OVERTIME (30 * 1000) #define HEART_OVERTIME (30 * 1000)
@ -364,3 +368,6 @@ typedef struct {
} report_water_sensor_state_t; } report_water_sensor_state_t;
#pragma pack() #pragma pack()
} // namespace transmit_disfection_protocol
} // namespace iflytop
Loading…
Cancel
Save