mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
23 lines
303 B
C
23 lines
303 B
C
#ifndef _ESP8266_WORK_H_
|
|
#define _ESP8266_WORK_H_
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
#include "esp8266_uart2.h"
|
|
|
|
#include "stdio.h"
|
|
|
|
#include "string.h"
|
|
|
|
#include "stdarg.h"
|
|
|
|
#include "cJSON.h"
|
|
|
|
#include "mqtt.h"
|
|
|
|
void ESP8266_NetWorkFlow(void);
|
|
void ESP8266_NetReceiveInfor(void);
|
|
#endif
|
|
|
|
|