Merge "powerstats: update path for energy meter"
This commit is contained in:
commit
fb27d1a566
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
|
|||
}
|
||||
|
||||
void setEnergyMeter(std::shared_ptr<PowerStats> p) {
|
||||
std::vector<const std::string> deviceNames { "s2mpg12-odpm", "s2mpg13-odpm" };
|
||||
std::vector<const std::string> deviceNames { "s2mpg14-odpm", "s2mpg15-odpm" };
|
||||
p->setEnergyMeterDataProvider(std::make_unique<IioEnergyMeterDataProvider>(deviceNames, true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue