Skip to content

Commit

Permalink
add actual gpio
Browse files Browse the repository at this point in the history
  • Loading branch information
cronyx committed Jan 4, 2024
1 parent f5ca556 commit 053ddbe
Showing 1 changed file with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,13 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/h
#
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true
#cli -s .nightMode.irSensorPin ??
#cli -s .nightMode.irSensorPinInvert true
#cli -s .nightMode.irCutPin1 ??
#cli -s .nightMode.irCutPin2 ??
#cli -s .nightMode.backlightPin ??
cli -s .nightMode.irSensorPin 62
cli -s .nightMode.irCutPin1 64
cli -s .nightMode.irCutSingleInvert true
cli -s .nightMode.backlightPin 63
cli -s .video0.codec h264
cli -s .video0.fps 30
cli -s .isp.slowShutter disabled
#
# front white led gpio - 0
# reset gpio - ?
#
# Set wlan device and credentials if need
#
#fw_setenv wlandev mt7601u-generic
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678

exit 0

0 comments on commit 053ddbe

Please sign in to comment.