From 1565eaf58e10bceda18a7160ba04c3ff468a9935 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 8 Jun 2023 10:19:55 +0200 Subject: [PATCH] Update needle exactness to avoid conflicts of boot types. --- needles/pikvm/pikvm_boot_boot_bios.json | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/needles/pikvm/pikvm_boot_boot_bios.json b/needles/pikvm/pikvm_boot_boot_bios.json index 89a21aac..8a592643 100644 --- a/needles/pikvm/pikvm_boot_boot_bios.json +++ b/needles/pikvm/pikvm_boot_boot_bios.json @@ -1,16 +1,16 @@ -{ - "area": [ - { - "xpos": 501, - "ypos": 683, - "width": 117, - "height": 19, - "type": "match", - "match": 94 - } - ], - "properties": [], - "tags": [ - "pikvm_boot_boot_bios" - ] +{ + "area": [ + { + "xpos": 501, + "ypos": 683, + "width": 117, + "height": 19, + "type": "match", + "match": "98" + } + ], + "properties": [], + "tags": [ + "pikvm_boot_boot_bios" + ] } \ No newline at end of file