From 46eeefb53a1843908c3e7dbae56dbaa0a6d83bdd Mon Sep 17 00:00:00 2001 From: JF Date: Fri, 27 Dec 2019 17:05:49 +0100 Subject: Add BleController to manage the BLE connection status --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b845fedd..a30bd19a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -39,6 +39,7 @@ list(APPEND SOURCE_FILES Components/Gfx/Gfx.cpp BLE/BleManager.c Components/Battery/BatteryController.cpp + Components/Ble/BleController.cpp ) set(INCLUDE_FILES @@ -53,6 +54,7 @@ set(INCLUDE_FILES Components/Gfx/Gfx.h BLE/BleManager.h Components/Battery/BatteryController.h + Components/Ble/BleController.h ) nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}") \ No newline at end of file -- cgit v1.2.3-70-g09d2