Open grisu48 opened 4 years ago
Interesting, it looks like your TCP request is taking too long. I have not tested the SD card functionality in a long time, it's possible changes to the routing protocol or console have introduced some condition in which the watchgod times out during slow web requests.
A possible solution could be to upgrade to the latest AsynceTCP library, I bet we are using a very old version of that.
Actually, we aren't even using a tagged release or a specific commit of AsyncTCP, which is bad. Reverting to a old commit of that library will probably fix this bug.
Hey there,
While in Wifi mode (as client) with attached SD card and the compiled web-app, the node resets itself. In the serial terminal I get the following output
This looks like a timeout issue. Without SD card the node works just fine.