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
// the following call to endRequest
// should be replaced by beginBody once the
// Arduino HTTP Client Library is updated
// _io->_http->beginBody();
_io->_http->endRequest();
The text was updated successfully, but these errors were encountered:
Check if newer
beginBody
method exists in ArduinoHTTPClient. ReplaceendRequest
and test on hardware targets.https://github.com/adafruit/Adafruit_IO_Arduino/blob/master/src/AdafruitIO_Group.cpp#L322
The text was updated successfully, but these errors were encountered: