Hello! Tell me who to write if I found a bug in the module? Module http://www.espruino.com/modules/DHT11.js and http://www.espruino.com/modules/DHT11.min.js Line 37 column 10. Replace t: parseInt (d.substr (18,8), 2) on temp: parseInt (d.substr (18,8), 2) Line 39 column 10. Delete cb (o);
@Mark started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello!
Tell me who to write if I found a bug in the module?
Module http://www.espruino.com/modules/DHT11.js
and http://www.espruino.com/modules/DHT11.min.js
Line 37 column 10.
Replace t: parseInt (d.substr (18,8), 2)
on temp: parseInt (d.substr (18,8), 2)
Line 39 column 10. Delete cb (o);