danjulio / lepton

Code and libraries to use a FLIR Lepton Thermal Imaging Camera Module
179 stars 37 forks source link

cJson.h . I must be missing something as I can't find this file in the source tree #19

Closed skieast closed 2 years ago

skieast commented 2 years ago

I copied cJson.h and cJson.c from https://github.com/DaveGamble/cJSON to the components/cmd folder. Not sure where it was supposed to be.

danjulio commented 2 years ago

They should be part of the IDF. I see them in components/json.

skieast commented 2 years ago

Yes, As I am building with idf.py (cmake) all the components used have to be listed. I'll do that and it should work. Thanks