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 <list>
#define STATISTIC_PACKET_SIZE (4 * 16)
#define STATISTIC_PACKET_SIZE (7 * 16)
// units
enum UnitId_t {