Skip to content

Commit 767999b

Browse files
committed
Update MotionSensor.ino
Bugfix. Remove EEPROM write from setup().. how did that snuck in there?
1 parent e24edd3 commit 767999b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/MySensors/examples/MotionSensor/MotionSensor.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Sleep sleep;
1313

1414
void setup()
1515
{
16-
EEPROM.write(EEPROM_RELAY_ID_ADDRESS, 0);
17-
1816
gw.begin();
1917

2018
// Send the sketch version information to the gateway and Controller

0 commit comments

Comments
 (0)