mirror of
https://gitlab.silvrtree.co.uk/martind2000/bluetest.git
synced 2025-01-28 23:26:17 +00:00
continuing
This commit is contained in:
parent
77b088e7e3
commit
ec53900dc5
@ -61,6 +61,7 @@ var bluetest = module.exports = function(options) {
|
|||||||
logger.info('Trying to connect to ', core.mac);
|
logger.info('Trying to connect to ', core.mac);
|
||||||
cStr = 'connect ' + core.mac + '\n';
|
cStr = 'connect ' + core.mac + '\n';
|
||||||
gatt.stdin.write(cStr);
|
gatt.stdin.write(cStr);
|
||||||
|
gatt.stdin.write('primary');
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user