Skip to content

Commit e20d17b

Browse files
committed
Added define back
1 parent aec46c7 commit e20d17b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Firebase.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
#include <memory>
2525
#include "FirebaseHttpClient.h"
2626
#include "FirebaseError.h"
27+
// TODO(edcoyne): move this into our mock_arduino fork where we actually do the
28+
// override.
29+
#define ARDUINO_STRING_OVERRIDE
2730
#include "third-party/arduino-json-5.3/include/ArduinoJson.h"
2831

2932
class FirebaseGet;

0 commit comments

Comments
 (0)