[HTTP] Added Module overrides for all Arduino core functions
This commit is contained in:
parent
50dd6fce0c
commit
172e60cd47
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ int16_t HTTPClient::get(const char* url, String& response) {
|
|||
return(state);
|
||||
}
|
||||
|
||||
//delay(1000);
|
||||
|
||||
// get the response length
|
||||
size_t numBytes = _tl->getNumBytes();
|
||||
if(numBytes == 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue