Skip to content

Commit

Permalink
Adjust buffer size in StatisticsParser for inverters with more inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 15, 2023
1 parent 85070ff commit 25722f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Hoymiles/src/parser/StatisticsParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <cstdint>
#include <list>

#define STATISTIC_PACKET_SIZE (4 * 16)
#define STATISTIC_PACKET_SIZE (7 * 16)

// units
enum UnitId_t {
Expand Down

0 comments on commit 25722f6

Please sign in to comment.