Hi, I recently installed the last version of the SDK v2.5.2 and when I try to build the sample direction_finding_central I am getting the following error
I am running this command to build
west build -b nrf52833dk_nrf52833 -- -DCONF_FILE=prj.conf
the other sample, direction_finding_peripheral builds without problems, and other samples also.
Is there a special configuration for building this sample?
I will need the AoA mode only, however as I understand there is no need to use the overlay for this.
On VsCode I get this warning
I think this may be related since the callback cte_report_cb in the conn.h has a condition that only enables if the CONFIG_BT_DF_CONNECTION_CTE_RX=y
Any help would be greatly appreciated.