Agustin Nunez
Agustin Nunez
Hi, I found similar errors with arduino-nightly. My code was working until now with Webduino. If I install Webduino in ~/sketchbook/libraries/ as usual, it now gives: fatal error: WebServer.h: No...
Run into the same issue while building in a raspberry pi raspbian: tinyosc.c: In function ‘tosc_isBundle’: tinyosc.c:31:19: error: implicit declaration of function ‘htobe64’ [-Werror=implicit-function-declaration] #define htonll(x) htobe64(x) ^~~~~~~ tinyosc.c:62:42: note:...
Hi, thanks! Yes, I tried even 5000ms but no help. It is curious that while an http transaction is pending from the radiolink (stall), I can curl from same LAN...
Thanks again, Ben. I have consistent errors on different ArdUNO hardware (5 units) when accessing externally through a long latency link with the /form demo. Now it gets totally hang...
Is there a way to reset the stalled connection from the code, without reseting Arduino from scratch. The reason, I can implement a watchdog code that trigger when arduino stall...