Skip to content

Commit

Permalink
Fix OpenMetrics typo: celcius -> celsius
Browse files Browse the repository at this point in the history
See #78
  • Loading branch information
dechamps committed Mar 10, 2024
1 parent db31b39 commit ed1d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ONE/ONE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ void webServerMetricsGet(void) {
add_metric("temperature",
"The ambient temperature as measured by the AirGradient SHT "
"sensor, in degrees Celsius",
"gauge", "celcius");
"gauge", "celsius");
add_metric_point("", String(temp));
}
if (hum >= 0) {
Expand Down

0 comments on commit ed1d45c

Please sign in to comment.