diff options
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) { |