-
I just inlined
Hi Mr. Gordon,
I don't know but your code is not uploading to my module (Web IDE 0.68.6, firmware 1.97) because inlined module could not be found. I tryied different minification settings but I have not found the way to upload the code.
Regarding errors:
1.98 solved the problem with TCP client
1.98 (as 1.97) I still can not use pins for reading data. I start water-flow module with delay of 50000 ms to let WiFi establish connection. But when I create water-flow sensors in couple of seconds I receive FIFO_FULL message.
I'm not profecial programmer, where should I use this: require("Storage").eraseAll()?
I just inlined the Amperka module (and made a version of
ledHandling
) and uploaded, but it uploads just fine for me with the latest EspruinoWiFi firmware:I can't see anything in there that'd cause problems either - unless there was loads of water (100ml/sec) flowing through your water flow sensors.
Can you try calling
require("Storage").eraseAll()
? It's possible that you had some code saved (with 'save on send, even after reset') that's doing something in the background that is causing problems.