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.