This commit is contained in:
Tim Gromeyer
2025-03-14 22:39:21 +01:00
parent a6eb62bb77
commit 5b5a62f156
7 changed files with 661 additions and 482 deletions

View File

@@ -12,6 +12,10 @@ find_package(Qt6 6.5 REQUIRED COMPONENTS Core Bluetooth Widgets)
qt_add_executable(ble_monitor
main.cpp
blemanager.h
blemanager.cpp
blescanner.h
blescanner.cpp
)
target_link_libraries(ble_monitor