Skip to content

Commit

Permalink
Fix waiting version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeuillot committed Aug 22, 2014
1 parent 43bfe99 commit 24be8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/culw-serial.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Culw.prototype.processSerialData = function(data) {
}
this._waitVersion = now;

serialWriter("\n\nV\n", function(error) {
this._serialWriter("\n\nV\n", function(error) {
console.log("Request of Version throws error ", error);
});

Expand Down

0 comments on commit 24be8aa

Please sign in to comment.