Arduino ESP32 最简单直接获取网络时间方法-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 506|回复: 2

Arduino ESP32 最简单直接获取网络时间方法

[复制链接]
发表于 2022-7-18 09:26 | 显示全部楼层 |阅读模式
Arduino ESP32 最简单直接获取网络时间方法


#define NTP1  "ntp1.aliyun.com"
#define NTP2  "ntp2.aliyun.com"
#define NTP3  "ntp3.aliyun.com"

#include <WiFi.h>

Setup{
.
.
.
configTime(8 * 3600, 0, NTP1, NTP2,NTP3);
.
.
.

}

Arduino ESP8266 最简单直接获取网络时间方法

#include <WiFi.h>

#include <TZ.h>

Setup{
.
.
.
configTime(TZ_Asia_Shanghai, "pool.ntp.org","0.cn.pool.ntp.org","1.cn.pool.ntp.org");.
.
.
}
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 10:35 , Processed in 0.075568 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表