From 0309ffa6156ed0cf62f97335cf0c2f355bb54458 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 8 Dec 2022 12:51:39 -0500 Subject: [PATCH] Forgot to break switch --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 651c250..f95f565 100644 --- a/main.js +++ b/main.js @@ -85,6 +85,7 @@ async function main(fn, gpio) { fn.commands.quit(); }); }); + break; case "start": // Start the stove fn.commands.startup(gpio).then(res => { @@ -92,6 +93,7 @@ async function main(fn, gpio) { }).catch(rej => { }); + break; case "none": // If no special files are found, cycle the auger normally if (config.status.auger == 1) {