Hi,
My goal is to send temperature values on the advertising so, I'm trying to get work this example, but i have an error about this lines of the code on keil:
- advdata.flags.p_data = &flags;
- advdata.flags.size = sizeof(flags);
- #include "ble_debug_assert_handler.h"
Any suggestion ? I'm using SDK 8.1.
Thank you in advance.