From a76e09808905d280282a81958cb4c68f71f18ca4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 21 Feb 2015 10:37:25 +0100 Subject: o Consistence reference usage. --- apps/sm-get-value.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/sm-get-value.cpp b/apps/sm-get-value.cpp index 9e6ae2c..4d84c45 100644 --- a/apps/sm-get-value.cpp +++ b/apps/sm-get-value.cpp @@ -64,6 +64,8 @@ int main(int argc, char *argv[]) { return EXIT_FAILURE; } +// auto bytes = gatt.readValue(c); + gatt.disconnect(); return EXIT_SUCCESS; } catch (std::runtime_error ex) { -- cgit v1.2.3