From 7f8447702b7f4e33f75b3d5f8a346f87838b5928 Mon Sep 17 00:00:00 2001 From: AngelicKnight Date: Thu, 16 Feb 2023 12:09:12 -0600 Subject: [PATCH] Update chuninewplus.html Add LED board bypass --- chuninewplus.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chuninewplus.html b/chuninewplus.html index f8ab942..f726ed6 100644 --- a/chuninewplus.html +++ b/chuninewplus.html @@ -81,6 +81,14 @@ {offset: 0xE78E37, off: [0x80], on: [0x00]}, ], }, + { + name: "Bypass LED board check", + tooltip: "Forces LED board check to good and auto continues", + patches: [ + {offset: 0x95790A, off: [0x01], on: [0x00]}, + {offset: 0x95790F, off: [0x00], on: [0x01]}, + ] + }, ]); });