added receive no answer counter #332

corrected resetPayload in app loop
This commit is contained in:
lumapu 2022-10-11 13:21:29 +02:00
parent 67f99abdfc
commit 7cd075fbad
4 changed files with 23 additions and 15 deletions

View file

@ -142,6 +142,7 @@ typedef struct {
typedef struct {
uint32_t rxFail;
uint32_t rxFailNoAnser;
uint32_t rxSuccess;
uint32_t frmCnt;
} statistics_t;