-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
HTTPSRedirect/HTTPSRedirect.cpp
Line 316 in 0415a49
| }while(line.length() == 0); |
To avoid stuck in the loop, if losing connection here, replace
}while(line.length() == 0); to }while(line.length() == 0 && connected());
Line 77 in 0415a49
| client->setContentTypeHeader("application/json"); |
For esp8266 v2.4.2 upper library, add
client->setInsecure();Metadata
Metadata
Assignees
Labels
No labels