Bluetooth advertise

This commit is contained in:
2023-11-04 02:28:32 +01:00
parent 981e949cf1
commit 953ea2a25a
5 changed files with 67 additions and 19 deletions

View File

@@ -3,4 +3,4 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(hellobt)
target_sources(app PRIVATE src/main.cpp)
target_sources(app PRIVATE src/main.c)