We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f674694 + d200832 commit 0229661Copy full SHA for 0229661
src/FirebaseArduino.h
@@ -20,10 +20,6 @@
20
#include "Firebase.h"
21
#include "FirebaseObject.h"
22
23
-#ifndef FIREBASE_JSONBUFFER_SIZE
24
-#define FIREBASE_JSONBUFFER_SIZE 200
25
-#endif // FIREBASE_JSONBUFFER_SIZE
26
-
27
class FirebaseArduino {
28
public:
29
void begin(const char* host, const char* auth = "");
src/FirebaseObject.h
@@ -19,7 +19,9 @@
19
#include "third-party/arduino-json-5.3/include/ArduinoJson.h"
+#ifndef FIREBASE_JSONBUFFER_SIZE
#define FIREBASE_JSONBUFFER_SIZE 200
+#endif // FIREBASE_JSONBUFFER_SIZE
class FirebaseObject {
0 commit comments