You've already forked TEF6686_ESP32
add support for hardware rtc, not sure if this version won't crash
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "TimeLib.h"
|
||||
#include <TimeLib.h>
|
||||
#include "globals.h"
|
||||
#include "rtc.hpp"
|
||||
|
||||
static const char ntpServerName[] = "0.pool.ntp.org";
|
||||
static const int localPort = 8944;
|
||||
|
||||
Reference in New Issue
Block a user