1
0
Fork 0

Updated readme to reference wasptool for setting rtc.

This commit is contained in:
Jeremy Wright 2020-03-20 07:31:32 -04:00
parent 0d248c5fab
commit d037a467c9

View file

@ -88,6 +88,12 @@ 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.