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

@@ -0,0 +1,16 @@
#!/bin/sh
# Set custom upgrade url
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/t21_lite_smartwares-cip-37210at-nor.tgz'
# Set custom majestic settings
cli -s .image.mirror true
cli -s .image.flip true
cli -s .video0.fps 30
cli -s .nightMode.irCutPin1 50
cli -s .nightMode.backlightPin 69
# Set wlan settings
fw_setenv wlandev rtl8188fu-t21-smartwares
exit 0