As title says, I cannot get anything to change in autoconf.h after changing the corresponding value in prj.conf using nRF Connect samples. I have tried both Project-->Reload <project_name> and reopening the entire nRF project via File-->Open nRF Connect SDK Project.
For example, I am working on the direction_finding_connectionless_tx example. One of the macros in the prj.conf file is:
Fullscreen
1
CONFIG_BT_DEVICE_NAME="DF Connectionless Beacon App"
If I change this to any other name, e.g. "Test", I cannot see the change in autoconf.h after the above steps. Same story for any of the boolean vars too.