Skip to content

Commit

Permalink
avr109 extra delay after reset before port disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
noopkat committed Jul 13, 2016
1 parent f966f73 commit 1471156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Connection.prototype._setDTR = function(bool, timeout, callback) {
Connection.prototype._pollForPort = function(callback) {
var _this = this;
var tries = 0;
var delay = 300;
var delay = 400;

function checkList() {
Serialport.list(function(error, ports) {
Expand Down

0 comments on commit 1471156

Please sign in to comment.