Hi, I’m trying to use cJSON in the mqtt_simple example but the module is blocked in the west.yml:
https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers/blob/v2.3.x/west.yml#L15
Is there a reason for this?
Thanks
Hi, I’m trying to use cJSON in the mqtt_simple example but the module is blocked in the west.yml:
https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers/blob/v2.3.x/west.yml#L15
Is there a reason for this?
Thanks
With cJSON enabled I’m facing this issue despite executing cJSON_Init()
That was me trying to reduce the amount of dependencies since I’m not using cJSON in my samples. You’re welcome to comment it out and run west update
or provide a PR to remove that line.