mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-26 00:09:22 +00:00
add xg521 gk7202v300+gc1054 with LTE modem (#15)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/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/gk7202v300_lite_xg521-nor.tgz'
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .nightMode.enabled true
|
||||
cli -s .nightMode.irCutPin1 15
|
||||
cli -s .nightMode.irCutPin2 14
|
||||
cli -s .nightMode.colorToGray false
|
||||
cli -s .nightMode.backlightPin 54
|
||||
cli -s .video0.codec h264
|
||||
cli -s .audio.speakerPin 4
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
fw_setenv wlandev ec800e-gk7202v300-xg521
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user