Files
fastbee/sdk/Arduino/WumeiArduino/Apconfig.h
2022-08-01 01:31:37 +08:00

16 lines
404 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/***********************************************************
* 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