esp8266_cmd.h 215 B

12345678910111213
  1. // #ifndef __ESP8266_CMD_H
  2. // #define __ESP8266_CMD_H
  3. // #include <stdint.h>
  4. // #pragma pack(1)
  5. // typedef struct
  6. // {
  7. // uint8_t *cmd;
  8. // uint8_t len;
  9. // } esp8266_rsp_cmd;
  10. // #endif // __ESP8266_CMD_H