prj.conf file settings/Guiconfig/autoconfig and .config files changes all being ignored

Hi again

I have used nrfConnect to create an application from sample, the sample being peripheral_hr_coded

I have placed my custom service into the app, and it works

Now i want to turn off the HRS and BTS services

So i open prj,conf and set the entries to =n (or remove them)

CONFIG_BT_BAS=n
CONFIG_BT_HRS=n

do a Pristine build - makes no difference, they are still enabled and still show up within the service

so i try GUIConfig, disable them, save, pristine build - Still no difference, they have been reenabled by something

Edit the .config file manually and set the entries to n, pristine build - they get reverted back to being 'on' by something

Edit the autoconfig file manually, same story, they get reverted back

as with all my other ticket problems, there seems to be noting in the docs about this magic!

Can you tell me what i need to edit so i can stop my changes being reverted, and allow prj.conf to work?

Parents Reply Children
No Data
Related