vplt level fix
This commit is contained in:
parent
c1f9c5a75f
commit
fcc98b8f8a
@ -37,7 +37,7 @@ ai.on(Tinkerforge.BrickletAnalogInV2.CALLBACK_VOLTAGE,
|
||||
var v = voltage/1000.0;
|
||||
console.log('Voltage: ' + v + ' V');
|
||||
|
||||
if(v > 1) {
|
||||
if(v > 3) {
|
||||
if(readyForNextNotification) {
|
||||
radicalChange = true;
|
||||
readyForNextNotification = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user