Skip to content

Commit 6304c7a

Browse files
committed
Addded missing semicolon.
1 parent c270a9e commit 6304c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/examples/HumiditySensor/HumiditySensor.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void setup()
2323
dht.setup(HUMIDITY_SENSOR_DIGITAL_PIN);
2424

2525
// Send the Sketch Version Information to the Gateway
26-
gw.sendSketchInfo("Humidity", "1.0")
26+
gw.sendSketchInfo("Humidity", "1.0");
2727

2828
// Register all sensors to gw (they will be created as child devices)
2929
gw.sendSensorPresentation(CHILD_ID_HUM, S_HUM);

0 commit comments

Comments
 (0)