Update main.js
parent
f9980a3dd6
commit
c01d6e8ad5
2
main.js
2
main.js
|
@ -112,7 +112,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||
logOutput("Logging payload bytes...");
|
||||
let payload;
|
||||
if (payloadType === "fusee.bin") {
|
||||
payload = fusee;
|
||||
payload = cfw;
|
||||
} else if (payloadType === "uploaded") {
|
||||
const file = document.getElementById("payloadUpload").files[0];
|
||||
if (!file) {
|
||||
|
|
Loading…
Reference in New Issue