Skip to content

Commit 95a5e6e

Browse files
committed
FirebaseArduino: remove obsolete define
1 parent f674694 commit 95a5e6e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-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-
#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 = "");

0 commit comments

Comments
 (0)