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

pull/232/head
viktorxda 2023-11-04 02:13:22 +01:00 committed by GitHub
parent d5666cb7ea
commit dcd41f74eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,15 +23,15 @@ Update your wireless credentials on autostart.sh:
--- ---
### GPIO ### GPIO
IRLed | IRCut | Speaker | Reset | IRSensor IRLed | IRCut | Reset | IRSensor
-|-|-|-|- -|-|-|-
GPIO0 | GPIO3 | GPIO14 | GPIO66 | GPIO80 GPIO0 | GPIO3 | 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.backlightPin 0 cli -s .nightMode.backlightPin 0
cli -s .audio.speakerPin 14
``` ```
--- ---