Include sender error counters in batch payload
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user