csquared / arduino-restclient

Arduino RESTful HTTP Request Library
MIT License
205 stars 133 forks source link

undefined reference to `RestClient::begin(unsigned char*); #18

Open donny681 opened 7 years ago

donny681 commented 7 years ago

Hi, I compile your code,and find that a error :undefined reference to `RestClient::begin(unsigned char); I can't see the function of begin(unsigned char);

derchirurg commented 6 years ago

I have the same issue. Did you fix it?