mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Increaes element size to 50k
This commit is contained in:
parent
92d8850261
commit
fda922105b
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue