You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this. It saved my life !
I had the same error compiling for arduino.
In my case I'm using also the library <ESPAsyncTCP.h> that uses the same definition ERR_TIMEOUT.
Not absolutely sure if this is the problem.
error when compile on esp board.
in ThingSpeak.h
#define ERR_TIMEOUT -304 // Timeout waiting for server to respond
and in err.h (Arduino/hardware/espressif/esp32/tools/sdk/include/lwip/lwip)
#define ERR_TIMEOUT -3 /* Timeout. */
when change ERR_TIMEOUT in ThingSpeak.h to other (eg. ERR_TIMEOUT_1) can be compiled.
The text was updated successfully, but these errors were encountered: