123456789101112131415161718 |
- #ifndef __ESP8266_H__
- #define __ESP8266_H__
- #include "fly_param.h"
- #include "interface.h"
- #include "iwdg.h"
- #include "uart6.h"
- #define ESP_CWMODE 0
- #define ESP_RST 1
- #define ESP_CWJAP 2
- #define ESP_MUX 3
- #define ESP_SERVER 4
- #define ESP_SEND_STATE 5
- #define ESP_SEND_WORK 6
- void esp_8266_task(void);
- #endif
|