This commit is contained in:
Skylar Grant 2022-11-26 20:38:57 -05:00
parent 9924b8bfdc
commit d27d34665b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function sleep(ms) {
async function cycleAuger(err) {
if (err) throw err;
const offTime = 1200; //ms
const offTime = 1000; //ms
const onTime = 500; //ms
augerOn();
await sleep(onTime);