This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Adding modem info support fails

I have problems compiling code with modem info support on. My basic problem, I want to establish which modem FW version I am running on.

I added 

MODEM_INFO_CONFIG=y

to prj.conf, 

and got a compile error (ncs/nrf/lib/modem_info/modem_info_json.c:10:10: fatal error: cJSON.h: No such file or directory) when adding modem_info_json_string_get(&modem_info[0]); to my code. 

Tron

Parents Reply Children
Related