Tip: Setting Clock from Windows Desktop #4170
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2014-10-25 by @gfwilliams @DaveNI thanks! That's a really neat idea - one of the first uses of Just to say that in the GitHub version of Espruino (1v71 when it is released) I've stopped it resetting the RTC on power up/reset - so once you've set the Espruino clock it'll keep time (as long as it's powered!) even after a hard reset. |
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 2014-10-24 by DaveNI
The project I am working on needs the Clock to be set to the current Date/Time. Its a bit of a pain doing this every time the device restarts so I now use the following batch file (setClock.bat) from my desktop (assumes COM5 & instance of Clock called clk):
(Ensure the IDE isn't connected)
Don't ask me to explain it in any detail (used some googled code!)
Maybe there is an easier way?
Beta Was this translation helpful? Give feedback.
All reactions