Merge pull request #376 from Mit4el/ver4dev

bugfix Ina226
This commit is contained in:
2024-01-24 14:50:17 +03:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ public:
} }
void doByInterval() void doByInterval()
{ {
regEvent(vinstanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage"); regEvent(instanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage");
} }
~Ina226shuntvoltage(){}; ~Ina226shuntvoltage(){};