mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
bugfix Ina226.cpp
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
}
|
||||
void doByInterval()
|
||||
{
|
||||
regEvent(vinstanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage");
|
||||
regEvent(instanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage");
|
||||
}
|
||||
|
||||
~Ina226shuntvoltage(){};
|
||||
|
||||
Reference in New Issue
Block a user