Commit dde00555 authored by Eric Duminil's avatar Eric Duminil
Browse files

NTPClient-master -> NTPClient

parent 2a388717
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "sensor_console.h" #include "sensor_console.h"
#include "config.h" #include "config.h"
#include <WiFiUdp.h> // required for NTP #include <WiFiUdp.h> // required for NTP
#include "src/lib/NTPClient-master/NTPClient.h" // NTP #include "src/lib/NTPClient/NTPClient.h" // NTP
namespace config { namespace config {
const char *ntp_server = NTP_SERVER; const char *ntp_server = NTP_SERVER;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment