continuing

This commit is contained in:
Martin Donnelly 2016-07-06 14:36:09 +01:00
parent 2d0b31e48b
commit 0625bdb21e

View File

@ -39,6 +39,10 @@ var bluetest = module.exports = function(options) {
logger.debug('gatt exit code', code);
});
gatt.on('message', function(m) {
logger.info(m);
});
logger.info('Trying to connect to ', core.mac);
cStr = 'connect ' + core.mac + '\n';
gatt.stdin.write(cStr);