From 7f58dc87acf6714d05e2d14f1dec56d5234e3825 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 6 Jan 2023 18:21:24 -0500 Subject: [PATCH] Fix auger pin assignment --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 0165562..46b85e1 100644 --- a/functions.js +++ b/functions.js @@ -2,7 +2,7 @@ // TODO: Move these to config // Physical Pin numbers for GPIO -const augerPin = 26; // Pin for controlling the relay for the pellet auger motor. +const augerPin = 7; // Pin for controlling the relay for the pellet auger motor. // Require the package for pulling version numbers const package = require('./package.json');