From 8111fafbadcd39b03397ebf0e842106c9fe2875d Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 6 Dec 2022 00:29:03 -0500 Subject: [PATCH] Cleanup --- functions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions.js b/functions.js index 9ea9786..395339f 100644 --- a/functions.js +++ b/functions.js @@ -167,7 +167,7 @@ const functions = { // Initializes rpi-gpio, or resolves if not on a raspberry pi init(gpio) { return new Promise((resolve, reject) => { - // Boot About/Info + // Boot/About/Info console.log(` == Lennox Winslow PS40 == Pellet Stove Control Panel @@ -182,8 +182,6 @@ const functions = { == == PAUSETIME=${process.env.PAUSETIME} == == DEBUG=${process.env.DEBUG} == == ONPI=${process.env.ONPI}`); - // Write the current env vars to console - console.log(`E`); // Set up GPIO 4 (pysical pin 7) as output, then call functions.auger.ready() if (process.env.ONPI == 'true') { // Init the Auger pin