aboutsummaryrefslogtreecommitdiff
path: root/apps/sm-get-value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sm-get-value.cpp')
-rw-r--r--apps/sm-get-value.cpp2
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) {