Update chuninewplus.html

Add LED board bypass
This commit is contained in:
AngelicKnight 2023-02-16 12:09:12 -06:00 committed by Will
parent c031dfc4cf
commit 7f8447702b

View File

@ -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]},
]
},
]);
});
</script>