You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
https://github.com/espruino/Espruino/commit/5be8869ae36b7d9fe955e1b1071b9f8a58a038cf
v21.124
This is the culprit, but I have no idea why, it doesn't seem like it should be the culprit.Good find. The first change looks harmless if the
SYSCLK_FREQ
is divisible by 1000 (which it maybe is - 64000000 for nrf52?). but the second is now multiplication by small floating point number with low precision so maybe that may be the cause.
https://github.com/espruino/Espruino/commit/5be8869ae36b7d9fe955e1b1071b9f8a58a038cf
v21.124
This is the culprit, but I have no idea why, it doesn't seem like it should be the culprit.