You are reading a single comment by @SergeP and its replies. Click here to read the full conversation.
  • No need to, on ESP8266 board just use this and change sntp_srv to your country.

    sntp_srv="0.europe.pool.ntp.org"; 
    require("Wifi").setSNTP(sntp_srv,1);
    console.log(Date().toString());
    
About

Avatar for SergeP @SergeP started