diff --git a/src/components/Controller/Controller.tsx b/src/components/Controller/Controller.tsx index 7b8b86d..4f6a845 100644 --- a/src/components/Controller/Controller.tsx +++ b/src/components/Controller/Controller.tsx @@ -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.");