fixed paths

This commit is contained in:
matt 2023-07-30 22:35:02 +02:00
parent da8792b1f9
commit d8c86324bd

View File

@ -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');