From 01eb76ec2702b9798eeeab314a959429188da47e Mon Sep 17 00:00:00 2001 From: devdatt Date: Thu, 19 Feb 2026 11:40:52 +0530 Subject: [PATCH] hdmi_ --- encoder/input.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/encoder/input.php b/encoder/input.php index 6dc34fa..94fa928 100755 --- a/encoder/input.php +++ b/encoder/input.php @@ -413,10 +413,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { document.getElementById("colorReset").onclick = () => { const defaults = { - brightness: 0, - contrast: 1, - saturation: 1, - hue: 0 + hdmi_brightness: 0, + hdmi_contrast: 1, + hdmi_saturation: 1, + hdmi_hue: 0 }; for (const id in defaults) { const el = document.getElementById(id);