firebase_tutorial
firebase_tutorial copied to clipboard
question about #include "SparkJson/SparkJson.h"
hi, I see in the tutorial, read data from firebase, you use #include "SparkJson/SparkJson.h", but it shows it could not find "SparkJson/SparkJson.h". Should I use "SparkJson.h" instead of "SparkJson/SparkJson.h"?
Thanks~
And I did include SparkJson library, but it still does not work.
I haven't used SparkJson personally, but I used ArduinoJson when following this tutorial which works great on the Photon.