summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96d4a42..3081517 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,12 @@ 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.