You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
@Gordon Thank you, now I am sure it does not seem to me. I have not checked neopixel in ESP32 v2.00. I have read it was broken in v1.98 and is not working now.
In any case the old version bug is not a problem for my clock.By the way, I've found one minor bug in MQTT module:
in MQTT.prototype._scktClosedif (this.ctimo) clearInterval(this.ctimo);
should be clearTimeout
Yes, there was a bug caused by two
onconnect
events. However 1v97 is over 6 months old.Just move to the newest version of Espruino and you'll be fine.