You are reading a single comment by @Andreas_Rozek and its replies.
Click here to read the full conversation.
-
Just to let you know:
- thank you very much for your effort
- I'm currently trying to update my source code accordingly, but the BT connection no longer works reliably: I can't even transfer the source any longer (and my original Espruino does not have enough memory...and my ESP32 does not support compilation...)
I'll post my results here as soon as I have some....
- thank you very much for your effort
well, the code looks simple. anyway, just tried the simple example from Compile page and there is tons of
Error\n at setType
errors too so these may be harmless. So the issue is probably the endTypeError: Cannot read property 'type' of null
it looks like that one is caused by one of the for loop not having first section
for (; i < 16; i++)
after addingi=i
I got NewExpression not implemented - that was mylet RGB=new Uint8ClampedArray(3)
and now I have Error: SequenceExpression is not implemented yet. maybe that is "xx,yy" in yourfor
loops.EDIT: after removing
,
fromlet
andfor
it buildsEDIT2:
let
is ok with,
, just infor
it is an issue