vplt level fix

This commit is contained in:
Gerrit Linnemann 2016-04-03 20:13:23 +02:00
parent c1f9c5a75f
commit fcc98b8f8a

View File

@ -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;