From 5f3296d56da52a122f0553dd58007059abc9db75 Mon Sep 17 00:00:00 2001 From: Victor Chavez Date: Sat, 13 Apr 2024 17:42:38 +0200 Subject: [PATCH] added CONFIG_BT_HCI_ACL_FLOW_CONTROL=n to sample proj --- samples/uptime/prj.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/uptime/prj.conf b/samples/uptime/prj.conf index fea6d49..6294cf8 100644 --- a/samples/uptime/prj.conf +++ b/samples/uptime/prj.conf @@ -16,4 +16,5 @@ CONFIG_NEWLIB_LIBC=y CONFIG_BLE_UTILS=y CONFIG_BT_ASSERT=n CONFIG_LOG=y -CONFIG_BT_EXT_ADV=y \ No newline at end of file +CONFIG_BT_EXT_ADV=y +CONFIG_BT_HCI_ACL_FLOW_CONTROL=n \ No newline at end of file