Skip to content
Snippets Groups Projects
Commit 5b38d26a authored by thiebolt's avatar thiebolt
Browse files

uniformized sntp calls for all ESPs :)

parent 2ef680ad
No related branches found
No related tags found
1 merge request!3Feature SDK upgrade
......@@ -75,12 +75,9 @@
/* As of esp8266 arduino lib >=2.4.0, time is managed via local or sntp along with TZ support :) */
#include <time.h> // time() ctime()
#include <sntp.h>
#ifdef ESP8266
#include <coredecls.h> // settimeofday_cb(), tune_timeshift64()
#include <sntp.h>
#elif defined(ESP32)
#include "lwip/apps/sntp.h"
#endif
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment