change offtime

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

View File

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