mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Improve comment
This commit is contained in:
parent
cdc4558c7f
commit
ae9e2817d5
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ class ModbusInverterProtocol : public InverterProtocol {
|
|||
ModbusInverterProtocol() : MBserver(2000) { mbPV = ::mbPV; }
|
||||
|
||||
static const int MB_RTU_NUM_VALUES = 13100;
|
||||
uint16_t* mbPV; // Process variable memory
|
||||
|
||||
// Modbus register file
|
||||
uint16_t* mbPV;
|
||||
|
||||
ModbusServerRTU MBserver;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue