Move variable

This commit is contained in:
Skylar Grant 2023-01-22 13:18:43 -05:00
parent 9f5811d90f
commit a673b15ab9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,4 @@
const fn = require('./modules/functions.js').functions;
// TODO: Move these to config
// Physical Pin numbers for GPIO
const augerPin = 7; // Pin for controlling the relay for the pellet auger motor.
// Import the config file
var config = require('./templates/config.json');
// Database Functions

View File

@ -1,4 +1,7 @@
// TODOs: Add tests for PoF and Vacuum switches, add delays for shutting down blower, test logic for igniter
// TODO: Move these to config
// Physical Pin numbers for GPIO
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');