diff --git a/bin/firmwaremaker.js b/bin/firmwaremaker.js index 13d4504ec..e5db392dd 100755 --- a/bin/firmwaremaker.js +++ b/bin/firmwaremaker.js @@ -54,7 +54,7 @@ Promise.all(APPS.map(appid => { }); })).then(() => { //console.log(appfiles); - var js = "// Generated by BangleApps/bin/firmwaremaker.js\nreset(1)\nvar FAIL=0;\n"; + var js = "// Generated by BangleApps/bin/firmwaremaker.js\n"; appfiles.forEach((file) => { js += file.cmd+"\n"; /*if (file.crc && file.evaluate!==true) {