Skip to content

Commit d2137cc

Browse files
committed
Typo fix
1 parent 6582f19 commit d2137cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PlatformIO/BME280/src/BME280.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void setup() {
122122
digitalWrite(LED_BUILTIN, PIN_STATE_HIGH);
123123
adapter = new WebThingAdapter("weathersensor", WiFi.localIP());
124124

125-
weatherTemp.unit = "c";
125+
weatherTemp.unit = "celsius";
126126
weather.addProperty(&weatherTemp);
127127
weather.addProperty(&weatherPres);
128128
weather.addProperty(&weatherHum);

0 commit comments

Comments
 (0)