This commit is contained in:
Skylar Grant 2022-11-26 19:39:33 -05:00
parent a8541a042a
commit b7a646978e
1 changed files with 2 additions and 3 deletions

View File

@ -39,8 +39,7 @@ async function cycleAuger() {
await sleep(500);
augerOff();
await sleep(800);
cycleAuger();
}
while (true) {
cycleAuger();
}
cycleAuger();