mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-06 19:32:48 +01:00
Updated Readme.md to clarify the rc.local
This commit is contained in:
@@ -45,6 +45,7 @@ for i in $@; do
|
|||||||
echo $i > export; echo out >gpio$i/direction; echo 1 > gpio$i/value
|
echo $i > export; echo out >gpio$i/direction; echo 1 > gpio$i/value
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
You'll need to replace the numbers '1 2 17 18 19 20 21' in line 3 with the number of the GPIOs you wish to use.
|
||||||
|
|
||||||
## NTP
|
## NTP
|
||||||
In order to have the exact local time, you'll have to make sure you are connected to a working NTP server.
|
In order to have the exact local time, you'll have to make sure you are connected to a working NTP server.
|
||||||
|
|||||||
Reference in New Issue
Block a user