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

Commit5d8511c

Browse files
committed
merged upstream
2 parentsdba2fee +0229661 commit5d8511c

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
/**
2824
* Gateway class for Arduino clients to interact with the Firebase backend.
2925
* This implementation is designed to follow Arduino best practices and favor

‎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
/**
2527
* Represents value stored in firebase, may be a singular value (leaf node) or

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp