.
This commit is contained in:
parent
9924b8bfdc
commit
d27d34665b
2
main.js
2
main.js
@ -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 = 1200; //ms
|
const offTime = 1000; //ms
|
||||||
const onTime = 500; //ms
|
const onTime = 500; //ms
|
||||||
augerOn();
|
augerOn();
|
||||||
await sleep(onTime);
|
await sleep(onTime);
|
||||||
|
Loading…
Reference in New Issue
Block a user