Skip to content

Commit

Permalink
the option now controls all 3 delays at once: connect<>wait<>sequence…
Browse files Browse the repository at this point in the history
…1<>wait<>sequence2<>wait<>connectionCheck #14
  • Loading branch information
AndiDittrich committed Jul 31, 2016
1 parent 12a361b commit 253a469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/NodeMcuConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ NodeMcuConnector.prototype.connect = function(cb, applyConnectionCheck, connectD
checkConnection();
}.bind(this));

}.bind(this), 1000);
}.bind(this), 500);

}.bind(this));

}.bind(this), 1000);
}.bind(this), 500);

}.bind(this));

Expand Down

0 comments on commit 253a469

Please sign in to comment.