This commit is contained in:
Devdatt Bhatt 2026-04-15 09:45:08 +00:00
parent 9a9b37ff68
commit eea7394836
2 changed files with 3 additions and 3 deletions

View File

@ -419,11 +419,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
span: "brightnessVal" span: "brightnessVal"
}, },
hdmi_contrast: { hdmi_contrast: {
value: 1, value: 150,
span: "contrastVal" span: "contrastVal"
}, },
hdmi_saturation: { hdmi_saturation: {
value: 1, value: 150,
span: "saturationVal" span: "saturationVal"
}, },
hdmi_hue: { hdmi_hue: {

View File

@ -557,4 +557,4 @@ done
# Validate # Validate
mount -a mount -a
#sudo reboot; sudo reboot;