mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
新增Arduino固件-待完善
This commit is contained in:
15
sdk/Arduino/WumeiArduino/Apconfig.h
Normal file
15
sdk/Arduino/WumeiArduino/Apconfig.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/***********************************************************
|
||||
* function: 设备配网
|
||||
* board: esp8266 core for arduino v3.0.2
|
||||
* library: PubSubClient2.8.0 & ArduinoJson6.19.1
|
||||
* source: https://github.com/kerwincui/wumei-smart
|
||||
***********************************************************/
|
||||
|
||||
#ifndef _APCONFIG_H
|
||||
#define _APCONFIG_H
|
||||
|
||||
#include "Base64.h"
|
||||
#include <ESP8266WiFi.h>
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user