Improve comment

This commit is contained in:
Jaakko Haakana 2025-05-12 21:13:49 +03:00
parent cdc4558c7f
commit ae9e2817d5

View file

@ -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;
};