I'm trying to combine these 2 examples. I tried adding the uart code:
uint8_t cr;
while (app_uart_get(&cr) != NRF_SUCCESS);
to apps_ble_uart while loop and the whole thing just breaks. I'm not sure what could be wrong
I'm trying to combine these 2 examples. I tried adding the uart code:
uint8_t cr;
while (app_uart_get(&cr) != NRF_SUCCESS);
to apps_ble_uart while loop and the whole thing just breaks. I'm not sure what could be wrong