1
0
Fork 0

Fixed the documentation for setting the RTC time

This commit is contained in:
Jeremy Wright 2020-03-19 17:32:42 -04:00
parent 321484b845
commit 0d248c5fab

View file

@ -84,7 +84,7 @@ To set the time and restart the main application:
~~~ ~~~
^C ^C
watch.rtc.set_time((hh, mm, ss)) watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS))
wasp.run() wasp.run()
~~~ ~~~