Popravek
parent
7ef8c77a42
commit
da87cf404d
|
@ -171,8 +171,8 @@ const abs = Math.abs;
|
||||||
|
|
||||||
let cakaj = false;
|
let cakaj = false;
|
||||||
|
|
||||||
const izpisiStanje = (vrtenje, baterija) => {
|
const izpisiStanje = (vrtenje, baterija, signali) => {
|
||||||
const vrstica = `| vrtenje: ${String(vrtenje).padStart(3, ' ')} | baterija: ${String(procentBaterije(baterija)).padStart(3, ' ')}% |`
|
const vrstica = `| vrtenje: ${String(vrtenje).padStart(3, ' ')} | baterija: ${String(procentBaterije(baterija)).padStart(3, ' ')}% | signali/sekundo: ${signali}`
|
||||||
|
|
||||||
process.stdout.write(`${vrstica}\r`);
|
process.stdout.write(`${vrstica}\r`);
|
||||||
//process.stdout.moveCursor(vrstica.length + 1)
|
//process.stdout.moveCursor(vrstica.length + 1)
|
||||||
|
@ -253,7 +253,7 @@ oscWS.on('message', ({ address, args }) => {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
izpisiStanje(vrtenjeZmidi, baterija)
|
izpisiStanje(vrtenjeZmidi, baterija, stPaketovNaSekundo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue