Browse Source

update

master
zhaohe 1 year ago
parent
commit
5471f2c7ad
  1. 2
      components/sensors/smtp2_v2/smtp2_v2.cpp

2
components/sensors/smtp2_v2/smtp2_v2.cpp

@ -11,7 +11,7 @@ using namespace smtp2;
#define TAG "SMTP2"
#define OVERTIME 100
#define DUMP_HEX 1
#define DUMP_HEX 0
#define SEND_CMD(fmt, ...) sendcmd(true, 1, "/1" fmt "R\r", ##__VA_ARGS__);
#define SEND_CMD_AUTO_RETRY(retry_times, fmt, ...) sendcmd(true, retry_times, "/1" fmt "R\r", ##__VA_ARGS__);

Loading…
Cancel
Save