Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Solexious
#48356 Humm, the NTPClient compiles correctly and that uses that call. I think it may be linked to one of the other libraries I'm using:
Code: Select all#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h>
#include <WiFiUdp.h>
#include <Artnetnode.h>
#include <Ticker.h>
#include "FS.h"


Maybe WiFiManager as that sets up the WiFi connection for me... Will take a look.