Update device-foscam-x5.md (#238)

pull/239/head
viktorxda 2023-11-08 07:57:12 +01:00 committed by GitHub
parent 0e63738602
commit 137ecb2e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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
``` ```
--- ---