1
0
Fork 0

Fixed the documentation for setting the RTC time

pull/10/head
Jeremy Wright 2020-03-19 17:32:42 -04:00
parent 321484b845
commit 0d248c5fab
1 changed files with 1 additions and 1 deletions

View File

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