fix broken

This commit is contained in:
cronyx
2024-02-17 19:17:28 +03:00
parent ced13b92bf
commit 5ad36ecb29
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_VARIANT="ultimate"
BR2_OPENIPC_FLASH_SIZE="16"
BR2_OPENIPC_MAJESTIC="lite"
# Filesystem
# 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.irCutPin2 57
cli -s .nightMode.backlightPin 50
cli -s .nightMode.minThreshold 10
cli -s .nightMode.maxThreshold 100
cli -s .video0.codec h264
cli -s .onvif.enabled false
#
exit 0