diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 15:42:37 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 15:42:37 (GMT) |
| commit | 9545e60f6242b6dad6a82eec4bb8f7e3c02a579a (patch) | |
| tree | b2c26e9add5f992da21789a98e353e505f82b13c | |
| parent | 9a95870785e194e88f513a9b3999cfbb0d9cac0d (diff) | |
README: Update to make latest source changes.
| -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: |
