turning on the luxometer

This commit is contained in:
Martin Donnelly 2016-07-07 10:36:23 +01:00
parent ba9d7c70dc
commit 06bf56c610

View File

@ -29,6 +29,7 @@ var bluetest = module.exports = function(options) {
core.enableLuxNotification = function() {
logger.info('Enable Luxomity Notifications...');
core.gatt.stdin.write('char-write-req 0x0042 0100\n');
core.gatt.stdin.write('char-write-req 0x0044 01\n');
};
core.gattConnected = function() {