I am a beginner.
In the sample examples_peripheral_app_template of nRF5_SDK_15.0.0, LED1 and Button1 are enabled, how can I disable them?
If I comment out "buttons_leds_init(&erase_bonds);" in the main function, the LEDs and buttons are no longer controlled.
Is this correct?