Fixed the documentation for setting the RTC time
This commit is contained in:
parent
321484b845
commit
0d248c5fab
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue