ESP32学习系列(二)arduino-NTP时间服务

ESP32-ARDUINO-NTP

引用库文件

#include <WiFi.h>
#include "time.h"

全局变量及参数

const char* ssid       = "JIUAI.LTD";
const char* password   = "jiuai.x5zj.com";
//以上需要

猜你喜欢

转载自blog.csdn.net/uaime/article/details/106566650
今日推荐