mirror of https://github.com/OpenIPC/wiki.git
Update device-foscam-x5.md (#238)
parent
0e63738602
commit
137ecb2e65
|
@ -23,15 +23,17 @@ Update your wireless credentials on autostart.sh:
|
||||||
---
|
---
|
||||||
|
|
||||||
### GPIO
|
### GPIO
|
||||||
IRLed | IRCut | Reset | IRSensor
|
IRLed | IRCut | Speaker | Reset | IRSensor
|
||||||
-|-|-|-
|
-|-|-|-|-
|
||||||
GPIO0 | GPIO3 | GPIO66 | GPIO80
|
GPIO0 | GPIO3 | GPIO14 | GPIO66 | GPIO80
|
||||||
|
|
||||||
```
|
```
|
||||||
cli -s .nightMode.irSensorPin 80
|
cli -s .nightMode.irSensorPin 80
|
||||||
cli -s .nightMode.irCutPin1 3
|
cli -s .nightMode.irCutPin1 3
|
||||||
cli -s .nightMode.irCutSingleInvert true
|
cli -s .nightMode.irCutSingleInvert true
|
||||||
cli -s .nightMode.backlightPin 0
|
cli -s .nightMode.backlightPin 0
|
||||||
|
cli -s .audio.speakerPin 14
|
||||||
|
cli -s .audio.speakerPinInvert true
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue