Skip to content

Commit

Permalink
Update chuninewplus.html
Browse files Browse the repository at this point in the history
Add LED board bypass
  • Loading branch information
Angelicknight authored and mon committed Feb 20, 2023
1 parent c031dfc commit 7f84477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chuninewplus.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7f84477

Please sign in to comment.