You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
serial-obd 0.2.1
1
+
serial-obd 0.2.2
2
2
===============
3
3
4
4
This version will only receive updates that were done in bluetooth-obd. On request I will update/sync this module with bluetooth-obd as this version is less-used.
@@ -27,7 +27,7 @@ This node module lets you communicate over a serial port with OBD-II ELM327 Conn
27
27
```javascript
28
28
var OBDReader =require('serial-obd');
29
29
var options = {};
30
-
options.baudrate=115200;
30
+
options.baudRate=115200;
31
31
var serialOBDReader =newOBDReader("/dev/rfcomm0", options);
0 commit comments