Fix typo "Fahrenheit"

This commit is contained in:
Sacha Weatherstone
2022-03-20 14:15:32 +11:00
parent 285413c68c
commit a530249503
5 changed files with 9 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ class TelemetryModule : private concurrency::OSThread, public ProtobufModule<Tel
bool sendOurTelemetry(NodeNum dest = NODENUM_BROADCAST, bool wantReplies = false);
private:
float CelsiusToFarenheit(float c);
float CelsiusToFahrenheit(float c);
bool firstTime = 1;
const MeshPacket *lastMeasurementPacket;
uint32_t sensor_read_error_count = 0;