Skip to content

Commit

Permalink
Repaired dependency of hci-socket, because original module not workin…
Browse files Browse the repository at this point in the history
…g on Raspberry PI
  • Loading branch information
DanielsNoJack committed Jul 2, 2019
1 parent 5182e31 commit 950f58f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hci-socket/hci.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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 950f58f

Please sign in to comment.