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

Commit0f6ce71

Browse files
committed
Feedback from review
1 parent409c806 commit0f6ce71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Firebase.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// master branch and patch in missing status and methods.
2020
#ifndef HTTP_CODE_TEMPORARY_REDIRECT
2121
#defineHTTP_CODE_TEMPORARY_REDIRECT307
22-
#defineUSE_STABLE_HTTPCLIENT_CORE
22+
#defineUSE_ARDUINO_CORE_2_0_0
2323
#endif
2424

2525
namespace {
@@ -105,7 +105,7 @@ FirebaseCall::FirebaseCall(const String& host, const String& auth,
105105
}
106106

107107
if (status !=200) {
108-
#ifdefUSE_STABLE_HTTPCLIENT_CORE
108+
#ifdefUSE_ARDUINO_CORE_2_0_0
109109
error_ =FirebaseError(status,String(method) +"" + url +":" + status);
110110
#else
111111
error_ =FirebaseError(status,String(method) +"" + url +":" +HTTPClient::errorToString(status));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp