This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Including FirebaseArduino and ArduinoJson causes redefinition errors #246
Closed
Description
Hi all,
I am working on a project that uses both FirebaseArduino and ArduinoJson libraries.
When I try to include ArduinoJson.h
I get the the error that it has already been included in \path-to-libs\firebase-arduino\src\third-party\arduino-json-5.3\include\ArduinoJson\etc
Is there a nice way to use these two libraries together? At the moment I am including FirebaseArduino.h
where I need to use ArduinoJson.h
which is not a particularly nice solution.
Thanks!