Skip to content

Commit

Permalink
sns: no brackets for read and report values info
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Aug 9, 2024
1 parent 66842bd commit 658286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,7 @@ void magnitudes(::terminal::CommandContext&& ctx) {

size_t index = 0;
for (const auto& magnitude : magnitude::internal::magnitudes) {
ctx.output.printf_P(PSTR("%2zu * %s @ %s (read %s reported %s)\n"),
ctx.output.printf_P(PSTR("%2zu * %s @ %s read %s reported %s\n"),
index++, magnitude::topicWithIndex(magnitude).c_str(),
magnitude::description(magnitude).c_str(),
magnitude::format_with_units(magnitude, magnitude.last).c_str(),
Expand Down

0 comments on commit 658286f

Please sign in to comment.