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 4da4a64 commit 2a2a50cCopy full SHA for 2a2a50c
examples/Switch/MultiSwitch_advance.ino
@@ -100,7 +100,7 @@ void setupFlipSwitches() {
100
int flipSwitchPIN = device.second.flipSwitchPIN; // get the flipSwitchPIN
101
102
flipSwitches[flipSwitchPIN] = flipSwitchConfig; // save the flipSwitch config to flipSwitches map
103
- pinMode(flipSwitchPIN, INPUT); // set the flipSwitch pin to OUTPUT
+ pinMode(flipSwitchPIN, INPUT); // set the flipSwitch pin to INPUT
104
}
105
106
0 commit comments