Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
attempts counter bugfix (repeated send + async)
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
PJON.h
|
@@ -495,6 +495,7 @@ limitations under the License. */ |
|
|
new_packet_id(), |
|
|
i |
|
|
); |
|
|
packets[i].attempts = 0; |
|
|
return true; |
|
|
} |
|
|
remove(i); |
|
|