summaryrefslogtreecommitdiff
path: root/phone_remote.c
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-05-31 15:48:15 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-05-31 15:48:15 +0200
commit8f45739d02f02c226452f7f62c4dc195e6e13b38 (patch)
tree4531e03453f54da36d865b3bfe6b23253edb9dbe /phone_remote.c
parent4d0ab32f13438f7f911062088d9bdfb786a3dfce (diff)
downloadphone_remote_nrf51-8f45739d02f02c226452f7f62c4dc195e6e13b38.tar.gz
phone_remote_nrf51-8f45739d02f02c226452f7f62c4dc195e6e13b38.tar.bz2
phone_remote_nrf51-8f45739d02f02c226452f7f62c4dc195e6e13b38.tar.xz
phone_remote_nrf51-8f45739d02f02c226452f7f62c4dc195e6e13b38.zip
o Party functional LCD code.
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};