From d8c86324bd49631c7b837fd70a54dc35bf95e770 Mon Sep 17 00:00:00 2001 From: matt <10769515+whosmatt@users.noreply.github.com> Date: Sun, 30 Jul 2023 22:35:02 +0200 Subject: [PATCH] fixed paths --- js/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/init.js b/js/init.js index e92c7d4..4c37750 100644 --- a/js/init.js +++ b/js/init.js @@ -50,7 +50,7 @@ customFileInput.addEventListener('change', function () { function patch() { log(""); const file = useDefaultFirmwareCheckbox.checked - ? fetch('/fw/k5_v2.01.26_publish.bin') + ? fetch('fw/k5_v2.01.26_publish.bin') .then((response) => { if (!response.ok) { throw new Error('Network response was not ok');