?
This commit is contained in:
parent
55bcbb16eb
commit
0db9ff73d1
@ -3,6 +3,9 @@ const gpio = require('../custom_modules/VoidGPIO.js');
|
||||
const config = require('../custom_modules/config.json');
|
||||
const fn = require('../custom_modules/functions.js');
|
||||
|
||||
// Initialize state
|
||||
process.psState = new State(config);
|
||||
|
||||
// Auger Loop
|
||||
setInterval(fn.routines.cycleAuger, 2000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user