Update hi3518ev200_lite_smartwares-cip-37210

This commit is contained in:
viktorxda
2024-04-07 07:09:14 +02:00
committed by Viktor
parent 2f2dbbc7e9
commit ace40f4eec
2 changed files with 22 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/sh
# Set custom upgrade url
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/hi3518ev200_lite_smartwares-cip-37210-nor.tgz'
# Set custom majestic settings
cli -s .video0.fps 25
cli -s .nightMode.irCutPin1 64
cli -s .nightMode.backlightPin 63
cli -s .nightMode.lightSensorPin 62
cli -s .nightMode.lightSensorInvert true
cli -s .audio.speakerPin 51
cli -s .audio.speakerPinInvert true
# Set wlan settings
fw_setenv wlandev rtl8188fu-generic
exit 0