Fix auger pin assignment
This commit is contained in:
parent
c505c858dc
commit
7f58dc87ac
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// TODO: Move these to config
|
// TODO: Move these to config
|
||||||
// Physical Pin numbers for GPIO
|
// 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
|
// Require the package for pulling version numbers
|
||||||
const package = require('./package.json');
|
const package = require('./package.json');
|
||||||
|
Loading…
Reference in New Issue
Block a user