Update qtech-qvc-ipc-136w

This commit is contained in:
Signor Pellegrino
2024-08-03 14:50:28 +03:00
parent dcc15c64cf
commit ae4e79b218
8 changed files with 53 additions and 11 deletions

View File

@@ -10,15 +10,20 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/h
#
# Set custom majestic settings
#
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.irCutPin1 48
cli -s .nightMode.irCutPin2 47
cli -s .nightMode.backlightPin 59
cli -s .audio.enabled true
cli -s .audio.volume 40
cli -s .audio.speakerPin 53
cli -s .audio.outputEnabled false
cli -s .nightMode.lightMonitor false # can set true
cli -s .nightMode.minThreshold 2000
cli -s .nightMode.maxThreshold 10000
cli -s .video0.codec h264
cli -s .audio.enabled true
cli -s .audio.codec opus
cli -s .audio.srate 48000
cli -s .audio.volume 40
cli -s .audio.outputEnabled true
cli -s .audio.outputVolume 80
cli -s .audio.speakerPin 53
#
#
# Set wlan device and credentials if need
@@ -26,5 +31,8 @@ cli -s .video0.codec h264
fw_setenv wlandev rtl8188eu-hi3518ev200-qvc-ipc-136w
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678
exit 0
fw_setenv extras initcall_blacklist=hisi_femac_driver_init
fw_setenv board hs303-v3
#fw_setenv osmem 45M
#
exit 0