Add t31_lite_wyze-v3b

This commit is contained in:
Viktor
2024-04-08 17:35:56 +02:00
parent 90e0788fcc
commit d40aafdb00
5 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
# Set custom upgrade url
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/t31_lite_wyze-v3b-nor.tgz'
# Set custom majestic settings
cli -s .video0.codec h265
cli -s .video0.fps 30
cli -s .nightMode.irCutPin1 53
cli -s .nightMode.irCutPin2 52
cli -s .nightMode.backlightPin 47
cli -s .audio.speakerPin 63
# Set wlan settings
fw_setenv wlandev rtl8189ftv-t31-wyze-v3
exit 0