Skip to content

Commit

Permalink
sns: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Sep 28, 2022
1 parent 7f0a213 commit 3565631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/thermostat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ String _getLocalUnit(unsigned char type) {
for (unsigned char index = 0; index < magnitudeCount(); ++index) {
const auto info = magnitudeInfo(index);
if (info.type == type) {
return magnitudeUnitName(info.units);
return magnitudeUnitsName(info.units);
}
}
#endif
Expand Down

0 comments on commit 3565631

Please sign in to comment.