mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-11 16:06:38 +02:00
added receive no answer counter #332
corrected resetPayload in app loop
This commit is contained in:
parent
67f99abdfc
commit
7cd075fbad
4 changed files with 23 additions and 15 deletions
|
@ -142,6 +142,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
uint32_t rxFail;
|
||||
uint32_t rxFailNoAnser;
|
||||
uint32_t rxSuccess;
|
||||
uint32_t frmCnt;
|
||||
} statistics_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue