Skip to content

Commit

Permalink
Expose settings on instance
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdustan committed May 18, 2015
1 parent d862ee5 commit f69fc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/firmata.js
Expand Up @@ -434,6 +434,7 @@ var Board = function(port, options, callback) {
this.currentBuffer = [];
this.versionReceived = false;
this.name = "Firmata";
this.settings = settings;

if (typeof port === "object") {
this.transport = port;
Expand Down

0 comments on commit f69fc9f

Please sign in to comment.