Include sender error counters in batch payload

This commit is contained in:
2026-02-02 00:00:29 +01:00
parent 13f2f02e42
commit a03c2cdb07
3 changed files with 28 additions and 7 deletions

View File

@@ -9,6 +9,10 @@ struct BatchInput {
uint8_t dt_s;
uint8_t n;
uint16_t battery_mV;
uint8_t err_m;
uint8_t err_d;
uint8_t err_tx;
uint8_t err_last;
uint32_t energy_wh[30];
int16_t p1_w[30];
int16_t p2_w[30];