Skip to content

Commit

Permalink
Fix bluetooth-hci-socket require statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Dec 19, 2018
1 parent ecd072b commit 29d0829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hci-socket/hci.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var debug = require('debug')('hci');
var events = require('events');
var util = require('util');

var BluetoothHciSocket = require('bluetooth-hci-socket');
var BluetoothHciSocket = require('@abandonware/bluetooth-hci-socket');

var HCI_COMMAND_PKT = 0x01;
var HCI_ACLDATA_PKT = 0x02;
Expand Down

0 comments on commit 29d0829

Please sign in to comment.