Hi, I would like to ask that, whenever I put my function in main.c, the borad become undiscoverable.
I'm using nRF51 with ble_app_uart_s110_pca10028, and below are my function and main
In my case, nRF51 acts as an sensor and keep transmitting data, 0-9 are just fake data. After I retrieve data, I'll send it to a platfrom for futher process. But besides 0-9, I still send strings for some specific purpose, so I use uart example. (I use hrs example before)