Adjust buffer size in StatisticsParser for inverters with more inputs

This commit is contained in:
Thomas Basler 2023-04-09 19:40:41 +02:00
parent 85070ffda0
commit 25722f6055

View File

@ -5,7 +5,7 @@
#include <cstdint> #include <cstdint>
#include <list> #include <list>
#define STATISTIC_PACKET_SIZE (4 * 16) #define STATISTIC_PACKET_SIZE (7 * 16)
// units // units
enum UnitId_t { enum UnitId_t {