Adjust buffer size in StatisticsParser for inverters with more inputs
This commit is contained in:
parent
85070ffda0
commit
25722f6055
@ -5,7 +5,7 @@
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
#define STATISTIC_PACKET_SIZE (4 * 16)
|
||||
#define STATISTIC_PACKET_SIZE (7 * 16)
|
||||
|
||||
// units
|
||||
enum UnitId_t {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user