Track receiver duplicate batches in web and OLED

This commit is contained in:
2026-02-13 20:03:15 +01:00
parent 195cce2bcf
commit 32358c3351
4 changed files with 54 additions and 14 deletions

View File

@@ -47,6 +47,9 @@ struct MeterData {
struct SenderStatus {
MeterData last_data;
uint32_t last_update_ts_utc;
uint32_t rx_batches_total;
uint32_t rx_batches_duplicate;
uint32_t rx_last_duplicate_ts_utc;
bool has_data;
};