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

Commit0229661

Browse files
committed
Merge pull requestFirebaseExtended#126 from googlesamples/proppy-patch-3
FIREBASE_JSONBUFFER_SIZE cleanup
2 parentsf674694 +d200832 commit0229661

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎src/FirebaseArduino.h‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#include"Firebase.h"
2121
#include"FirebaseObject.h"
2222

23-
#ifndef FIREBASE_JSONBUFFER_SIZE
24-
#defineFIREBASE_JSONBUFFER_SIZE200
25-
#endif// FIREBASE_JSONBUFFER_SIZE
26-
2723
classFirebaseArduino {
2824
public:
2925
voidbegin(constchar* host,constchar* auth ="");

‎src/FirebaseObject.h‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
#include"third-party/arduino-json-5.3/include/ArduinoJson.h"
2121

22+
#ifndef FIREBASE_JSONBUFFER_SIZE
2223
#defineFIREBASE_JSONBUFFER_SIZE200
24+
#endif// FIREBASE_JSONBUFFER_SIZE
2325

2426
classFirebaseObject {
2527
public:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp