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[] = [];
|
let timers: NodeJS.Timeout[] = [];
|
||||||
for (let x of job.amounts) {
|
for (let x of job.amounts) {
|
||||||
|
console.log(x);
|
||||||
// Start pump here
|
// Start pump here
|
||||||
try {
|
try {
|
||||||
await MyGPIO.setup(x.container.pumpPin, GPIO.DIR_OUT)
|
await MyGPIO.setup(x.container.pumpPin, GPIO.DIR_OUT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user