Browse Source

update

master
zhaohe 12 months ago
parent
commit
1c51b0f0e8
  1. 2
      transmit_disfection_protocol.hpp

2
transmit_disfection_protocol.hpp

@ -274,7 +274,7 @@ typedef struct {
uint16_t sysHasRun;
} ack_sysinfo_t;
static inline const char* protocolType2Str(int type) {
static inline const char* PSType2Str(int type) {
switch (type) {
case 0:
return "P100";

Loading…
Cancel
Save