We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6582f19 commit d2137ccCopy full SHA for d2137cc
examples/PlatformIO/BME280/src/BME280.cpp
@@ -122,7 +122,7 @@ void setup() {
122
digitalWrite(LED_BUILTIN, PIN_STATE_HIGH);
123
adapter = new WebThingAdapter("weathersensor", WiFi.localIP());
124
125
- weatherTemp.unit = "c";
+ weatherTemp.unit = "celsius";
126
weather.addProperty(&weatherTemp);
127
weather.addProperty(&weatherPres);
128
weather.addProperty(&weatherHum);
0 commit comments