Correct bit change

This commit is contained in:
2025-07-04 02:14:02 +07:00
parent 63cc2ac448
commit b03730d3c9
3 changed files with 25 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ private:
QVector<ColoredSquare*> m_squares;
QVector<int> m_colorIndices;
QVector<int> m_buttonValues; // Add this new member to store button states
QVector<int> m_buttonBits; // Add this new member for button bits
QModbusTcpClient* m_modbusClient;
QPushButton* m_connectButton;