I adding custom module o asset_tracker_v2. In Main.c using the function static void data_get(void), various data requests are added using the instruction:
I adding custom module o asset_tracker_v2. In Main.c using the function static void data_get(void), various data requests are added using the instruction:
Hi
Can you show me your LTE log and this buffer overflow error? How have you added this function to request custom data exactly in your application?
1. From what I can see, the data only is accounted for with the count++ increment in data_get() and are set as a list afterwards with app_module_event->count = count;. So I don't think there is a hard limit here.
Best regards,
Simon
Hi
Can you show me your LTE log and this buffer overflow error? How have you added this function to request custom data exactly in your application?
1. From what I can see, the data only is accounted for with the count++ increment in data_get() and are set as a list afterwards with app_module_event->count = count;. So I don't think there is a hard limit here.
Best regards,
Simon