Most recent activity
-
-
- 8 comments
- 8,183 views
-
-
-
I am trying to set the time on my Espruino loaded esp8266. I am using an http get request and getting a string like "2016-01-25T12:33:20+00:00" back from the server. When I try to set the time it never sets it correctly.
Using...
setTime(Date.parse("2016-01-25T12:33:20+00:00"));If I do Date.parse("2016-01-25T12:33:20+00:00");, the ms returned is wrong. If this is not a proper format date string then what is?
-
-
No error, it just stops.
After it stops I run process.memory() and it returns...
{ "free": 1349, "usage": 51, "total": 1400, "history": 28 }
Am I reading that correctly and its not used much memory?