We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c270a9e commit 6304c7aCopy full SHA for 6304c7a
libraries/MySensors/examples/HumiditySensor/HumiditySensor.ino
@@ -23,7 +23,7 @@ void setup()
23
dht.setup(HUMIDITY_SENSOR_DIGITAL_PIN);
24
25
// Send the Sketch Version Information to the Gateway
26
- gw.sendSketchInfo("Humidity", "1.0")
+ gw.sendSketchInfo("Humidity", "1.0");
27
28
// Register all sensors to gw (they will be created as child devices)
29
gw.sendSensorPresentation(CHILD_ID_HUM, S_HUM);
0 commit comments