mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 14:42:35 +00:00
This enables using coap-observe-client with Bluetooth by passing CONF_FILE=prj_bt.conf, it is also enabled for testing so changes to coap-observe-client are actually tested with NETWORKING_WITH_BT. Change-Id: I02705f855c1974b065557986f9b231201ba310a7 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NETWORKING_WITH_LOGGING=y
|
|
CONFIG_NETWORKING_WITH_BT=y
|
|
CONFIG_IP_BUF_RX_SIZE=5
|
|
CONFIG_IP_BUF_TX_SIZE=3
|
|
CONFIG_ER_COAP=y
|
|
CONFIG_ER_COAP_CLIENT=y
|
|
CONFIG_ER_COAP_DEBUG=y
|