diff --git a/lighthub/inputs.cpp b/lighthub/inputs.cpp index c86917a..94c0c87 100644 --- a/lighthub/inputs.cpp +++ b/lighthub/inputs.cpp @@ -228,7 +228,7 @@ void Input::dht22Poll() { aJsonObject *emit = aJson.getObjectItem(inputObj, "emit"); aJsonObject *item = aJson.getObjectItem(inputObj, "item"); if (item) thermoSetCurTemp(item->valuestring, temp); - debugSerial << F("IN:") << pin << F(" DHT22 type. T=") << temp << F("°C H=") << humidity << F("%"); + debugSerial << F("IN:") << pin << F(" DHT22 type. T=") << temp << F("°C H=") << humidity << F("%")<