Increaes element size to 50k

This commit is contained in:
Daniel 2023-09-17 19:45:31 +03:00
parent 92d8850261
commit fda922105b
2 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#define MODBUS_LUNA2000_H
#include <Arduino.h>
#define MB_RTU_NUM_VALUES 30000
#define MB_RTU_NUM_VALUES 50000
// Definitions for BMS status
#define STANDBY 0
#define INACTIVE 1