Skip to content

Commit 2a2a50c

Browse files
authored
Fixed bug in MultiSwitch_advance.ino
Changed comment to match the pinMode command.
1 parent 4da4a64 commit 2a2a50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Switch/MultiSwitch_advance.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void setupFlipSwitches() {
100100
int flipSwitchPIN = device.second.flipSwitchPIN; // get the flipSwitchPIN
101101

102102
flipSwitches[flipSwitchPIN] = flipSwitchConfig; // save the flipSwitch config to flipSwitches map
103-
pinMode(flipSwitchPIN, INPUT); // set the flipSwitch pin to OUTPUT
103+
pinMode(flipSwitchPIN, INPUT); // set the flipSwitch pin to INPUT
104104
}
105105
}
106106

0 commit comments

Comments
 (0)