Skip to content

Commit

Permalink
resolve apps dir issue before stable (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm authored Jul 12, 2024
1 parent 409ef51 commit 4a5f316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Controller/Controller.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ const Controller = () => {
setUpdateStatus
);

await write(`mkdir /APPS`, false, true); // not necessary after #2155 in main repo. (but not harmful)
await write(`flash /FIRMWARE/${fileBlob.filename}`, false, true);
console.log("DONE! firmware complete. Rebooting...");
alert("Firmware update complete! Please wait for your device to reboot.");
Expand Down

0 comments on commit 4a5f316

Please sign in to comment.