ludiazv / node-red-contrib-bme280

Node RED BME280/BMP280 sensor node
Other
2 stars 8 forks source link

typo in validation function #10

Closed maga-1 closed 1 year ago

maga-1 commented 2 years ago

Part of validation fuction does not work in node red: isNan() is not defined. Changed to isNaN().

SirReal-surreal commented 1 year ago

Thanks for the fix - I did this manually now because an automatic update to 1.1.0 via NPM doesn't work.