Fix auger pin assignment

This commit is contained in:
Skylar Grant 2023-01-06 18:21:24 -05:00
parent c505c858dc
commit 7f58dc87ac
1 changed files with 1 additions and 1 deletions

View File

@ -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');