Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3530f7d

Browse files
author
Lip
committed
Fix issueFirebaseExtended#388 ESP8266 fails to reconnect to FIREBASEFirebaseExtended#388
FirebaseExtended#388
1 parentfb31f8e commit3530f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/Firebase.cpp

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp