Update device-foscam-x5.md ()

pull/231/head
viktorxda 2023-11-03 21:17:08 +01:00 committed by GitHub
parent 36d2359f30
commit d5666cb7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -23,9 +23,16 @@ Update your wireless credentials on autostart.sh:
---
### GPIO
IRLed | IRCut | Reset | IRSensor
-|-|-|-
GPIO0 | GPIO3 | GPIO66 | GPIO80
IRLed | IRCut | Speaker | Reset | IRSensor
-|-|-|-|-
GPIO0 | GPIO3 | GPIO14 | GPIO66 | GPIO80
```
cli -s .nightMode.irSensorPin 80
cli -s .nightMode.irCutPin1 3
cli -s .nightMode.backlightPin 0
cli -s .audio.speakerPin 14
```
---