mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #1477 from Cisien/dev
Expose a counter to track RadioLib receive errors
This commit is contained in:
commit
4b7684c7df
5 changed files with 9 additions and 5 deletions
|
|
@ -54,6 +54,7 @@ struct RepeaterStats {
|
|||
int16_t last_snr; // x 4
|
||||
uint16_t n_direct_dups, n_flood_dups;
|
||||
uint32_t total_rx_air_time_secs;
|
||||
uint32_t n_recv_errors;
|
||||
};
|
||||
|
||||
#ifndef MAX_CLIENTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue