From 4e91f44d38b31874a5a661351aeb306c364d9862 Mon Sep 17 00:00:00 2001 From: vonmillhausen Date: Tue, 29 Aug 2023 11:17:37 +0100 Subject: [PATCH] Update tools.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whoops, and added the changelog notes 😅 --- tools/tools.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/tools.js b/tools/tools.js index f559bd2..dcb6cd1 100644 --- a/tools/tools.js +++ b/tools/tools.js @@ -12,6 +12,9 @@ Just like the tools themselves, this file should be considered CC0 Public Domain (https://creativecommons.org/publicdomain/zero/1.0/) + Version 1.2: Added support for blanking out the power curve monitoring bytes + in getFirmwareHash(), and updated the hashes accordingly in knownHash() + Version 1.1: Added support for the August 3rd BIOS in getFirmwareHash() and knownHash()