Is there a GUI or config file?
To me it is different than 3.0x version. So I have to ask.
Is there a GUI or config file?
To me it is different than 3.0x version. So I have to ask.
Hi,
I am not finding the CHIP_CONFIG_ENABLE_READ_CLIENT, but I am finding a CONFIG_CHIP_ENABLE_READ_CLIENT. Could it be that you've mistaken the two? Or maybe I am misunderstanding you here.
Regards,
Elfving
Hi,
I am not finding the CHIP_CONFIG_ENABLE_READ_CLIENT, but I am finding a CONFIG_CHIP_ENABLE_READ_CLIENT. Could it be that you've mistaken the two? Or maybe I am misunderstanding you here.
Regards,
Elfving
CHIP_CONFIG_ENABLE_READ_CLIENT is in CHIP source code. In gn script it is controller by adding a line in gni file below:
chip_enable_read_client = true
I want to know how to do it in NCS without causing conflict, such as symbol redefinition.
I asked the relevant team, and configuring CONFIG_CHIP_ENABLE_READ_CLIENT should be enough, which I hear was also the way to do this in 3.0.x.
How did you do this before? Or how are you seeing this being and issue for you?
Regards,
Elfving
Thanks a lot. It works. Previous I can find it in Kconfig GUI. But some how it is gone. I found out recreating Kconfig will bring the choices back.