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