fix pumps
Took 2 minutes
This commit is contained in:
parent
5d0bf48854
commit
6aad142664
@ -143,6 +143,7 @@ export class iTender {
|
||||
|
||||
let timers: NodeJS.Timeout[] = [];
|
||||
for (let x of job.amounts) {
|
||||
console.log(x);
|
||||
// Start pump here
|
||||
try {
|
||||
await MyGPIO.setup(x.container.pumpPin, GPIO.DIR_OUT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user