Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 3530f7d

Browse files
author
Lip
committed
Fix issue #388 ESP8266 fails to reconnect to FIREBASE #388
#388
1 parent fb31f8e commit 3530f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Firebase.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ void FirebaseCall::analyzeError(char* method, int status, const std::string& pat
4747
error_ = FirebaseError(status,
4848
std::string(method) + " " + path_with_auth +
4949
": " + http_->errorToString(status));
50+
} else {
51+
error_ = FirebaseError();
5052
}
5153
}
5254

0 commit comments

Comments
 (0)