mirror of
https://gitlab.silvrtree.co.uk/martind2000/bluetest.git
synced 2025-01-26 20:46:17 +00:00
continuing
This commit is contained in:
parent
df28729afe
commit
f63655efde
@ -23,7 +23,7 @@ var bluetest = module.exports = function(options) {
|
||||
|
||||
core.connectGatt = function() {
|
||||
logger.info('trying to connect using gatttool');
|
||||
var gatt = spawn('gatttool -I');
|
||||
var gatt = spawn('gatttool',['-I']);
|
||||
gatt.on('error', function(err) {
|
||||
logger.error(err);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user