Skip to content

Commit

Permalink
Shorten display label
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-b authored and fifieldt committed Nov 24, 2024
1 parent b3f45c6 commit 5ac5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Telemetry/EnvironmentTelemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void EnvironmentTelemetryModule::drawFrame(OLEDDisplay *display, OLEDDisplayUiSt

if (lastMeasurement.variant.environment_metrics.radiation != 0)
display->drawString(x, y += _fontHeight(FONT_SMALL),
"Radiation: " + String(lastMeasurement.variant.environment_metrics.radiation, 2) + "µR/h");
"Rad: " + String(lastMeasurement.variant.environment_metrics.radiation, 2) + "µR/h");
}

bool EnvironmentTelemetryModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshtastic_Telemetry *t)
Expand Down

0 comments on commit 5ac5d85

Please sign in to comment.