I added custom module to default asset_tracker_v2 to upload custom data to AZURE_IOT_HUBuisng nRF9160DK kit. All the functions are working well. The default is getting transferred to Azure account, but have following issues.
1. my custom data is neither shown in LTE nor uploaded.
2. The event_handler in main.c enqeues the event submit by custom module.
3. The encoded Modem, UI data JSON messages etc are shown in LTE, but custom are not shown. I have added corresponding code to every file related to cloud and azure_iot, json etc. As well, I have added the code to functions of cloud_codec_encode_data(), cloud_codec_encode_batch_data etc.
my question is, that which modules will capture the data from my custom module through which internal function ?