From e24a07466a9b419a9cc2be0d5daef1a4a03cee12 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 20 Jan 2024 20:02:34 +0800 Subject: [PATCH] append --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.c b/app/main.c index 299ee10..c49221d 100644 --- a/app/main.c +++ b/app/main.c @@ -15,6 +15,6 @@ int main(void) { NRF_LOG_INFO("Version :%d", VERSION); NRF_LOG_INFO("Manufacturer :%s", MANUFACTURER_NAME); - zble_service_init(&cfg); + // zble_service_init(&cfg); zsys_loop(); }