Skip to content

Commit

Permalink
Merge pull request #81 from dechamps/celsius
Browse files Browse the repository at this point in the history
Fix OpenMetrics typo: celcius -> celsius
  • Loading branch information
pnt325 authored Mar 16, 2024
2 parents db31b39 + ed1d45c commit ecc92a6
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 ecc92a6

Please sign in to comment.