README: Update to make latest source changes.
This commit is contained in:
parent
9a95870785
commit
9545e60f62
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ demo.run()
|
||||||
# After watching the demo for a bit...
|
# After watching the demo for a bit...
|
||||||
^C
|
^C
|
||||||
wasp.app.draw(watch)
|
wasp.app.draw(watch)
|
||||||
wasp.run()
|
wasp.system.run()
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
To set the time and restart the main application:
|
To set the time and restart the main application:
|
||||||
|
@ -85,7 +85,7 @@ To set the time and restart the main application:
|
||||||
~~~
|
~~~
|
||||||
^C
|
^C
|
||||||
watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS))
|
watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS))
|
||||||
wasp.run()
|
wasp.system.run()
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Or just use:
|
Or just use:
|
||||||
|
|
Loading…
Add table
Reference in a new issue