From ba9d7c70dc5605abdd06bbe2e34440deb917d712 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 7 Jul 2016 10:28:28 +0100 Subject: [PATCH] more --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 96aa33c..ee41317 100644 --- a/lib/index.js +++ b/lib/index.js @@ -34,6 +34,7 @@ var bluetest = module.exports = function(options) { core.gattConnected = function() { logger.debug('Gatt connected!!!!!'); + core.enableLuxNotification(); // core.gatt.stdin.write('primary\n'); };