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 9ef2604 commit 4e70a2cCopy full SHA for 4e70a2c
libraries/MySensors/examples/BinarySwitchSleepSensor/BinarySwitchSleepSensor.ino
@@ -75,7 +75,7 @@ void setup()
75
digitalWrite(SECONDARY_BUTTON_PIN, HIGH);
76
77
// Send the sketch version information to the gateway and Controller
78
- sensor_node.sendSketchInfo(SKETCH_NAME, SKETCH_MAJOR_VER"."SKETCH_MINOR_VER);
+ sensor_node.sendSketchInfo(SKETCH_NAME, SKETCH_MAJOR_VER "." SKETCH_MINOR_VER);
79
80
// Register binary input sensor to sensor_node (they will be created as child devices)
81
// You can use S_DOOR, S_MOTION or S_LIGHT here depending on your usage.
0 commit comments