From 073ad17de767764905601f9b245cf3f4dee24eae Mon Sep 17 00:00:00 2001 From: Victor Chavez Date: Sat, 13 Apr 2024 17:32:30 +0200 Subject: [PATCH] Enable extended advertisement --- 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 8d9b5ee..fea6d49 100644 --- a/samples/uptime/prj.conf +++ b/samples/uptime/prj.conf @@ -15,4 +15,5 @@ CONFIG_STD_CPP17=y CONFIG_NEWLIB_LIBC=y CONFIG_BLE_UTILS=y CONFIG_BT_ASSERT=n -CONFIG_LOG=y \ No newline at end of file +CONFIG_LOG=y +CONFIG_BT_EXT_ADV=y \ No newline at end of file