-
• #2
Thanks! Looks good - I'll try and get this in.
In future, is is possible to issue a Pull Request on the main EspruinoDocs repository so I can just click to merge rather than copying the files in? It also keeps the fact that you were the author in the Git History.
-
• #3
Ha. If I could figure it out I would.
-
• #5
Yes - looks good - thanks!
What's up with the HTxx and DHTxx modules though? I'm really trying hard not to have duplicate modules where they're not needed - if there's some problem with the existing ones or they are lacking somehow, please can we try and fix those?
If some new user comes along wanting to connect their sensor, it just makes it very difficult for them to know which module they should use.
-
• #6
Did not intend for those old modules to be included. I thought the pull request just included the last six files, i.e. last commit. I'll have to figure out how to get rid of those from my branch.
-
• #7
It's ok, I've just merged it manually and removed those files - thanks!
Here is a module for extending the Date prototype to support local date and time functions...
https://github.com/CanyonCasa/EspruinoModules/blob/master/DateExt.js
See documentation...
https://github.com/CanyonCasa/EspruinoModules/blob/master/DateExt.md
@Gordon,
Addresses issue https://github.com/espruino/EspruinoTools/issues/17, reference http://forum.espruino.com/conversations/273108/#comment12652658