From eea739483695e7042c3c714662e01adbf7c9807c Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Wed, 15 Apr 2026 09:45:08 +0000 Subject: [PATCH] update --- encoder/input.php | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/encoder/input.php b/encoder/input.php index 4e93458..8b4890f 100755 --- a/encoder/input.php +++ b/encoder/input.php @@ -419,11 +419,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { span: "brightnessVal" }, hdmi_contrast: { - value: 1, + value: 150, span: "contrastVal" }, hdmi_saturation: { - value: 1, + value: 150, span: "saturationVal" }, hdmi_hue: { diff --git a/install.sh b/install.sh index dc56052..a8a3ff5 100755 --- a/install.sh +++ b/install.sh @@ -557,4 +557,4 @@ done # Validate mount -a -#sudo reboot; \ No newline at end of file +sudo reboot; \ No newline at end of file