@lessondesk/marker-protocol
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -387,3 +387,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var usbDetected = ref[0]; | ||
var port = new SerialPort(usbDetected && usbDetected.comName || "/dev/ttyAMA0", { | ||
var port = new SerialPort(usbDetected && usbDetected.path || "/dev/ttyAMA0", { | ||
baudRate: 115200, | ||
@@ -390,0 +390,0 @@ databits: 8, |
{ | ||
"name": "@lessondesk/marker-protocol", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Lesson Desk Group marker protocol", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
Sorry, the diff of this file is not supported yet
57928