mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
配网部分
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#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
|
||||
|
||||
|
||||
#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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user