How to add dgram support? #5964
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2018-01-12 by @MaBecker No need to, on ESP8266 board just use this and change sntp_srv to your country.
Posted at 2018-01-13 by SergeP Thank you! It works! Posted at 2018-01-13 by @MaBecker Thanks for your feedback. Think about sharing your home clock on Project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-01-12 by SergeP
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?
Beta Was this translation helpful? Give feedback.
All reactions