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

Commit 0229661

Browse files
committed
Merge pull request #126 from googlesamples/proppy-patch-3
FIREBASE_JSONBUFFER_SIZE cleanup
2 parents f674694 + d200832 commit 0229661

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/FirebaseArduino.h

-4
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-
#define FIREBASE_JSONBUFFER_SIZE 200
25-
#endif // FIREBASE_JSONBUFFER_SIZE
26-
2723
class FirebaseArduino {
2824
public:
2925
void begin(const char* host, const char* auth = "");

src/FirebaseObject.h

+2
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
#define FIREBASE_JSONBUFFER_SIZE 200
24+
#endif // FIREBASE_JSONBUFFER_SIZE
2325

2426
class FirebaseObject {
2527
public:

0 commit comments

Comments
 (0)