diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
