You are reading a single comment by @SergeP and its replies. Click here to read the full conversation.
  • I play with LED stream and panel controlled by neopixel module.
    I have tried to make home clock. I want to use use ntp-client from GitHub to get accurate initial time. I have found that it use dgram module, which is in Espruino reference but can not be connected.
    I can see 'Uncaught Error: Module "dgram" not found' message.
    The same happens if I try to use the module in my code.
    I think may be the module is not included for ESP8266.

    How to add dgram support to ESP8266?

About

Avatar for SergeP @SergeP started