Files
fastbee/firmware/stm32-esp/user/show/esp8266_work.h
2021-09-01 18:05:49 +08:00

19 lines
269 B
C

#ifndef _ESP8266_WORK_H_
#define _ESP8266_WORK_H_
#include "stm32f10x.h"
#include "esp8266_uart2.h"
#include "cJSON.h"
#include "MQTTPacket.h"
#include "MQTTConnect.h"
void ESP8266_NetWorkFlow(void);
void ESP8266_NetReceiveInfor(void);
#endif