bluetooth-serial-port
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -212,4 +212,3 @@ /* | ||
}; | ||
var server = new btSerial.BTSerialPortBindingServer(function (clientAddress) { | ||
self.server = server; | ||
self.server = new btSerial.BTSerialPortBindingServer(function (clientAddress) { | ||
read(); | ||
@@ -216,0 +215,0 @@ successCallback(clientAddress); |
{ | ||
"name": "bluetooth-serial-port", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Bluetooth serial port communication for Node.js", | ||
@@ -5,0 +5,0 @@ "author": "Eelco Cramer <eelco@hailendal.org>", |
@@ -12,7 +12,7 @@ # Bluetooth serial port communication for Node.js | ||
* Fixes an error where the module would not return correctly when parameter assertion would fail. | ||
* Fixes issue #97 where the server process does not exit correctly. | ||
Check the [release notes](RELEASE_NOTES.md) for an overview of the change history. | ||
## Pre-requests on Linux | ||
## Prerequisites on Linux | ||
@@ -45,7 +45,7 @@ * Needs Bluetooth development packages to build | ||
## Pre-request on macOS | ||
## Prerequisites on macOS | ||
* Needs Xcode and Xcode command line tools installed. | ||
## Pre-request on Windows | ||
## Prerequisites on Windows | ||
@@ -52,0 +52,0 @@ * Needs Visual Studio (Visual C++) and its command line tools installed. |
## RELEASE NOTES | ||
### 2.2.5 | ||
* Fixes issue #97 where the server process does not exit correctly. | ||
### 2.2.4 | ||
@@ -4,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
232302
333