Web IDE no longer flashing to RAM properly? #7852
-
I was just developing a new module using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Have you tried uploading different code? If there's stuff that takes a long time you can always run it in a |
Beta Was this translation helpful? Give feedback.
-
Today I have the same problem : New interpreter error: FIFO_FULL |
Beta Was this translation helpful? Give feedback.
-
But they're caused by the same thing - code taking a long time to run. I'd say just consider writing code to Storage even for testing - it'll solve a lot of issues and is closer to what you get when running from the app loader, so better from that point of view |
Beta Was this translation helpful? Give feedback.
Have you tried uploading different code?
Prompt not detected
usually means that the code you uploaded is taking a long time (a few seconds at least) to run as it's uploaded, and so the IDE thinks something is wrong and tries to break out of execution.If there's stuff that takes a long time you can always run it in a
setTimeout
so it occurs after the initial upload is done