Comparing version 0.0.2 to 0.0.3
@@ -114,3 +114,3 @@ /* | ||
const [baud] = FTDIConvertBaudrate(options.baudRate); | ||
const [baud, value, index] = FTDIConvertBaudrate(options.baudRate); | ||
console.log('Setting baud rate to', baud); | ||
@@ -117,0 +117,0 @@ const result = await device.controlTransferOut({ |
{ | ||
"name": "ftdi-js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "FTDI user-space driver for Node.js/Electron in pure JS", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6751