Add t21_lite_smartwares-cip-37210at

This commit is contained in:
Viktor
2024-04-01 10:00:56 +02:00
parent a3919525b0
commit 046ad8cc1e
8 changed files with 58 additions and 88 deletions

View File

@@ -1,31 +1,6 @@
#!/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_fpv_openipc-urllc-aio-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