From 8f45739d02f02c226452f7f62c4dc195e6e13b38 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 31 May 2015 15:48:15 +0200 Subject: o Party functional LCD code. --- phone_remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phone_remote.c') 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}; -- cgit v1.2.3