Hi,
I´m trying to change the "BLE_APP_UART_PCA10010" example, main.c file.
I would like to delete following functions, because I don´t need UART in my project:
void uart_event_handle()
static void uart_init(void)
But when I comment out "uart_init();" in main function and flash this to nRF52833, it doesn´t work. The BLE device can´t be found by nRF connect app. I can´t find any relation between this UART functionality and the BLE stack.
Can you give me more information, whats gonna be wrong?
Thanks in advance
Simon