Update ds3231-rtc.md

This commit is contained in:
aiminick 2019-05-31 22:01:45 +08:00 committed by GitHub
parent f6841e750d
commit af4653c2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,7 @@ dtoverlay=i2c-rtc,ds3231
## 5. Edit file: /boot/rc-local
Before "exit 0", add content bellow:
Before " **exit 0** ", add content bellow:
```
@ -86,7 +86,9 @@ hwclock -r
# write rtc-time to system
hwclock -s
exit 0
```
**exit 0**