Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace endRequest with beginBody #106

Open
brentru opened this issue Jan 10, 2020 · 0 comments
Open

Replace endRequest with beginBody #106

brentru opened this issue Jan 10, 2020 · 0 comments

Comments

@brentru
Copy link
Member

brentru commented Jan 10, 2020

Check if newer beginBody method exists in ArduinoHTTPClient. Replace endRequest and test on hardware targets.

https://github.com/adafruit/Adafruit_IO_Arduino/blob/master/src/AdafruitIO_Group.cpp#L322

  // the following call to endRequest
  // should be replaced by beginBody once the
  // Arduino HTTP Client Library is updated
  // _io->_http->beginBody();
  _io->_http->endRequest();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant