mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-21 15:47:06 +01:00
sns: typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user