Skip to content

Commit 4e70a2c

Browse files
committed
Fixed "invalid suffix on literal" warning
1 parent 9ef2604 commit 4e70a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/examples/BinarySwitchSleepSensor/BinarySwitchSleepSensor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void setup()
7575
digitalWrite(SECONDARY_BUTTON_PIN, HIGH);
7676

7777
// Send the sketch version information to the gateway and Controller
78-
sensor_node.sendSketchInfo(SKETCH_NAME, SKETCH_MAJOR_VER"."SKETCH_MINOR_VER);
78+
sensor_node.sendSketchInfo(SKETCH_NAME, SKETCH_MAJOR_VER "." SKETCH_MINOR_VER);
7979

8080
// Register binary input sensor to sensor_node (they will be created as child devices)
8181
// You can use S_DOOR, S_MOTION or S_LIGHT here depending on your usage.

0 commit comments

Comments
 (0)