diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-02-21 10:37:25 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-02-21 10:37:25 +0100 |
commit | a76e09808905d280282a81958cb4c68f71f18ca4 (patch) | |
tree | 52719f5d59bbdeee52188c9094850c80e24eaa67 /apps | |
parent | 7c9f266cdb37e215279208198dfe009dc66c5daa (diff) | |
download | ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.gz ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.bz2 ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.xz ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.zip |
o Consistence reference usage.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/sm-get-value.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |