-
• #2
What do you mean by doesn't finish properly? What happens when you type
a1on()
?Also, if you type
dump()
, what gets shown? Is the function listed? -
• #3
I cant type It. it doesn't allow type anyth.
But I fixed it already by setting .js|.min.js in minification setup.
dump()
lists the functions - it's ok there.
Ough! Update -
It helped only for 3 added functions. And appeared again when i try to add more than 3. -
• #4
Under IDE settings, under communication, enable throttling - I see this sort of behavior fairly often on the official board if I don't enable throttling.
-
• #5
Shame... I thought the lost character issues were mostly fixed on newer firmware versions.
To get control back, you can usually do
Ctrl + C
thenecho(1);
then enter. -
• #6
thanks, CTRL-C + echo(1) returns control, but program doesn't work.
But everything is ok after moving the reqired module code to the right pane. -
• #7
The lost character issue has gotten better, but I've found that often the code reaches a point where it starts intermittently losing characters.
-
• #8
Could you e-mail me something that exhibits the problem? It'd be goog to look into it and see if there was anything I could do...
on my f3discovery i write:
it works ok, but if I try to add the last (commented) line it doesnt work -
download process doesn't finish properly. - no "=undefined" string.
process.memory() shows nothing criminal -
what can be? thanks!