Add ssc338q_urllc_openipc-19x19-v2 profile

This commit is contained in:
Signor Pellegrino (from Citadel PC)
2024-02-05 00:13:22 +03:00
parent c1f5a28317
commit 9c2779ca14
4 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
#!/bin/sh
#
# Perform basic settings on a known IP camera
#
#
# Set custom upgrade url
#
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/ssc338q_urllc_openipc-19x19-v2-nor.tgz'
#
#
# Set custom majestic settings
#
#cli -s .system.staticDir /var/www/majestic
#cli -s .image.mirror true
#cli -s .image.flip true
#cli -s .nightMode.enabled true
#cli -s .nightMode.irCutPin1 61
#cli -s .nightMode.irCutPin2 79
#cli -s .nightMode.backlightPin 4
#cli -s .nightMode.colorToGray true
#cli -s .audio.speakerPin 0
#cli -s .video0.codec h264
#
#
# Set wlan device and credentials if need
#
#fw_setenv wlandev unknown
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678
exit 0