1
0
Fork 0

Merge pull request #10 from jmwright/master

Fixed the documentation for setting the RTC time
This commit is contained in:
Daniel Thompson 2020-03-20 12:12:38 +00:00 committed by GitHub
commit d3bc2d84f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,10 +84,16 @@ To set the time and restart the main application:
~~~ ~~~
^C ^C
watch.rtc.set_time((hh, mm, ss)) watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS))
wasp.run() wasp.run()
~~~ ~~~
Or just use:
~~~
./tools/wasptool --rtc
~~~
which can run these commands automatically.
As mentioned above there are many drivers and features still to be As mentioned above there are many drivers and features still to be
developed, see the [TODO list](TODO.md) for current status. developed, see the [TODO list](TODO.md) for current status.