1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

add advanced error handling for HTTP update

see: #1111
This commit is contained in:
Markus Sattler
2015-12-16 23:05:23 +01:00
parent b2de8735c8
commit 28dd31a80f
5 changed files with 79 additions and 5 deletions

View File

@ -153,7 +153,7 @@ class HTTPClient {
int writeToStream(Stream * stream);
String getString(void);
String errorToString(int error);
static String errorToString(int error);
protected: