mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-25 15:59:22 +00:00
Update T21 HDC-51
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
autonight -d 3
|
||||
;;
|
||||
stop)
|
||||
kill -9 $(pidof autonight)
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
@@ -10,12 +10,10 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/t
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .system.webAdmin disabled
|
||||
cli -s .system.staticDir /var/www/majestic
|
||||
cli -s .isp.blkCnt 1
|
||||
cli -s .isp.blkCnt 2
|
||||
cli -s .nightMode.irCutPin1 50
|
||||
cli -s .nightMode.irCutSingleInvert true
|
||||
#cli -s .nightMode.backlightPin ??
|
||||
cli -s .nightMode.lightMonitor false
|
||||
cli -s .video0.codec h264
|
||||
cli -s .audio.enabled true
|
||||
cli -s .audio.volume 50
|
||||
|
||||
Reference in New Issue
Block a user