-
• #2
I think this might be related to the problem reported in this thread: My GPS Run App called Race
. My hunch is that JS function names above a certain length are causing issues... -
• #3
As the firmware is written in C it is possibly a buffer overrun. Looks like memory corruption to me.
-
• #4
ot sure if related, but since the upgrade to v2.12.114, contours clock only shows a blank screen, but widgets.
Back to other clocks works fine (Sonic, Dub) -
• #5
Thanks - I'll look into it now. It may well be related to this change which came in for v2.12.114: https://github.com/espruino/Espruino/commit/3cc43cde8c89fd68810a3d34930c79b3cecbbe49
-
• #6
Ok, it's fixed in 2.12.115 now - it seems I couldn't easily reproduce it in the desktop build
-
• #7
thank you !
Hi @Gordon
I was contacted by a user saying the Daisy and Circle clock no longer worked after upgrading to 2v.12.114.
I first checked Daisy works fine on v2.12 and on v2.12.101.
After upgrading to v2.12.114 I get the following on the console when starting Daisy.
The user also reported that Circles clock (not one of my clocks) also broke with 2.12.144.
In the console I now get:
On reverting to v2.12 again both clocks work without issue.
Something broken in v2.12.114 ?