Skip to content

Commit

Permalink
attempts counter bugfix (repeated send + async)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Mar 15, 2017
1 parent 9c3376d commit 4ecc754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PJON.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ limitations under the License. */
new_packet_id(),
i
);
packets[i].attempts = 0;
return true;
}
remove(i);
Expand Down

0 comments on commit 4ecc754

Please sign in to comment.