Merge branch 'master' of https://github.com/daniel-thompson/wasp-os
This commit is contained in:
commit
9a95870785
1 changed files with 7 additions and 1 deletions
|
@ -84,10 +84,16 @@ To set the time and restart the main application:
|
|||
|
||||
~~~
|
||||
^C
|
||||
watch.rtc.set_time((hh, mm, ss))
|
||||
watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS))
|
||||
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
|
||||
developed, see the [TODO list](TODO.md) for current status.
|
||||
|
||||
|
|
Loading…
Reference in a new issue