You've already forked TEF6686_ESP32
upstream sync
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#include "globals.h"
|
||||
#include "rtc.hpp"
|
||||
|
||||
static const char ntpServerName[] = "0.pool.ntp.org";
|
||||
static const int localPort = 8944;
|
||||
const int NTP_PACKET_SIZE = 48;
|
||||
static constexpr char ntpServerName[] = "0.pool.ntp.org";
|
||||
static constexpr int localPort = 8944;
|
||||
constexpr int NTP_PACKET_SIZE = 48;
|
||||
|
||||
void sendNTPpacket(IPAddress &address);
|
||||
void NTPupdate();
|
||||
|
||||
Reference in New Issue
Block a user