-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
Hi,
Sometimes ESP8266 hang up after POST to Google spreadsheet with "Exception (29)"
It seems this line;
ESP8266/HTTPSRedirect/HTTPSRedirect.cpp
Line 59 in ce4de4f
| httpStatus = getResponseStatus(); |
took quite a long time that cause the Exception, although sending data to Google were successes.
Since I don't know how to implement time out method around this, putting "return true;" before L59 works fine so far.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels