mirror of
https://github.com/jetkvm/kvm.git
synced 2026-05-21 05:20:35 +00:00
fix(ui): sync default EDID with updated backend value (#1374)
The frontend had the old generic default EDID hardcoded, so after the backend migration to the new JetKVM v1 EDID (with CEA-861 extension, HDMI vendor block, and audio support), the video settings page couldn't match it to any preset and incorrectly displayed "Custom".
This commit is contained in:
@@ -13,7 +13,7 @@ import notifications from "@/notifications";
|
||||
import { m } from "@localizations/messages.js";
|
||||
|
||||
const defaultEdid =
|
||||
"00ffffffffffff0052620188008888881c150103800000780a0dc9a05747982712484c00000001010101010101010101010101010101023a801871382d40582c4500c48e2100001e011d007251d01e206e285500c48e2100001e000000fc00543734392d6648443732300a20000000fd00147801ff1d000a202020202020017b";
|
||||
"00ffffffffffff0028b4010001eeffc0302301038047287856ee91a3544c99260f5054000000d1c081c0318001010101010101010101023a801871382d40582c4500c48e2100001e011d007251d01e206e285500c48e2100001e000000fd00174c0f5111000a202020202020000000fc004a65744b564d2076310a202020011d020322d1431004012309070783010000e200cfe40d100401e305000065030c001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cf";
|
||||
const edids = [
|
||||
{
|
||||
value: defaultEdid,
|
||||
|
||||
Reference in New Issue
Block a user