mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-03 11:28:22 +01:00
Adjust buffer size in StatisticsParser for inverters with more inputs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
#define STATISTIC_PACKET_SIZE (4 * 16)
|
||||
#define STATISTIC_PACKET_SIZE (7 * 16)
|
||||
|
||||
// units
|
||||
enum UnitId_t {
|
||||
|
||||
Reference in New Issue
Block a user