mirror of
https://github.com/whosmatt/uvmod
synced 2024-11-21 22:55:30 +00:00
fixed paths
This commit is contained in:
parent
da8792b1f9
commit
d8c86324bd
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user