Merge branch 'master' of github2:OpenIPC/builder

This commit is contained in:
Signor Pellegrino (from Citadel PC)
2024-02-17 19:58:47 +03:00
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ BR2_OPENIPC_SOC_FAMILY="t31"
BR2_OPENIPC_SNS_MODEL="gc4653" BR2_OPENIPC_SNS_MODEL="gc4653"
BR2_OPENIPC_VARIANT="ultimate" BR2_OPENIPC_VARIANT="ultimate"
BR2_OPENIPC_FLASH_SIZE="16" BR2_OPENIPC_FLASH_SIZE="16"
BR2_OPENIPC_MAJESTIC="lite"
# Filesystem # Filesystem
# BR2_TARGET_TZ_INFO is not set # BR2_TARGET_TZ_INFO is not set

View File

@@ -15,6 +15,9 @@ cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 58 cli -s .nightMode.irCutPin1 58
cli -s .nightMode.irCutPin2 57 cli -s .nightMode.irCutPin2 57
cli -s .nightMode.backlightPin 50 cli -s .nightMode.backlightPin 50
cli -s .nightMode.minThreshold 10
cli -s .nightMode.maxThreshold 100
cli -s .video0.codec h264 cli -s .video0.codec h264
cli -s .onvif.enabled false
# #
exit 0 exit 0