Fix autostart with work params

This commit is contained in:
Signor Pellegrino
2024-08-03 18:41:48 +03:00
parent 3e6e8451e0
commit 8e02cea427
2 changed files with 4 additions and 0 deletions

View File

@@ -9,12 +9,14 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/h
#
# Set majestic settings
#
cli -s .isp.blkCnt 5
cli -s .nightMode.irCutPin1 2
cli -s .nightMode.backlightPin 56
cli -s .nightMode.lightMonitor true
cli -s .nightmode.lightSensorPin 62
cli -s .nightmode.lightSensorInvert true
cli -s .video0.codec h264
cli -s .video0.fps 20
cli -s .audio.enabled true
cli -s .audio.volume 40
cli -s .audio.srate 8000

View File

@@ -10,12 +10,14 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/h
#
# Set custom majestic settings
#
cli -s .isp.blkCnt 5
cli -s .nightMode.irCutPin1 64
cli -s .nightMode.backlightPin 65
cli -s .nightMode.lightMonitor true
cli -s .nightmode.lightSensorPin 62
cli -s .nightmode.lightSensorInvert false
cli -s .video0.codec h264
cli -s .video0.fps 20
cli -s .audio.enabled true
cli -s .audio.volume 40
cli -s .audio.srate 8000