@stoprocent/bluetooth-hci-socket
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -75,3 +75,3 @@ const debug = require('debug')('hci-serial-parser'); | ||
} else { | ||
this.emit('error', new Error(`Unknown packet type: ${packetType}`)); | ||
this.reset(); | ||
} | ||
@@ -78,0 +78,0 @@ return false; |
{ | ||
"name": "@stoprocent/bluetooth-hci-socket", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Bluetooth HCI socket binding for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
934907