Hi, with new 1v97 I've got this terrific trouble with “New interpreter error: FIFO_FULL”
I use EspruinoWiFi, which is managed through TCP client connection, to handle water valves, read water-flow sensors, read humidity sensors and so on. Therefore, with new 1v97 I have to disable all pins, that read any data! As soon as I initialize any of them WiFi is down!
And more troubles with 1v97. When initializing tcp client connection, double event-listeners are created (two onerror, two ondata and so on).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi, with new 1v97 I've got this terrific trouble with “New interpreter error: FIFO_FULL”
I use EspruinoWiFi, which is managed through TCP client connection, to handle water valves, read water-flow sensors, read humidity sensors and so on. Therefore, with new 1v97 I have to disable all pins, that read any data! As soon as I initialize any of them WiFi is down!
And more troubles with 1v97. When initializing tcp client connection, double event-listeners are created (two onerror, two ondata and so on).