summaryrefslogtreecommitdiff
path: root/phone_remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'phone_remote.c')
-rw-r--r--phone_remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phone_remote.c b/phone_remote.c
index c37123a..273e3d2 100644
--- a/phone_remote.c
+++ b/phone_remote.c
@@ -17,7 +17,7 @@ static uint8_t trygvis_io_uuid_type;
static uint16_t pr_service_handle;
static ble_gatts_char_handles_t pr_char_handle;
-static uint16_t conn_handle = BLE_CONN_HANDLE_INVALID;
+//static uint16_t conn_handle = BLE_CONN_HANDLE_INVALID;
// The value of the soil moisture control characteristic.
static uint8_t control_value[100] = {1, 2, 3};