error t_httpUpdate_return ret = ESPhttpUpdate.update (update_server, 80, update_uri, firmware_version);
Opened this issue · 0 comments
paolobugiani commented
hello, I have this problem on this line:
t_httpUpdate_return ret = ESPhttpUpdate.update (update_server, 80, update_uri, firmware_version);
I have this error:
exit status 1
no matching function for call to 'ESP8266HTTPUpdate :: update (const char * &, int, const char * &, const char * &)'
can you help me? Thanks