1
0
Fork 0

README: Update to make latest source changes.

pull/24/head
Daniel Thompson 2020-03-22 15:42:37 +00:00
parent 9a95870785
commit 9545e60f62
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ demo.run()
# After watching the demo for a bit...
^C
wasp.app.draw(watch)
wasp.run()
wasp.system.run()
~~~
To set the time and restart the main application:
@ -85,7 +85,7 @@ To set the time and restart the main application:
~~~
^C
watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS))
wasp.run()
wasp.system.run()
~~~
Or just use: