change rc pin to fit new layout
This commit is contained in:
parent
7525fd2e70
commit
3fa9e16ddf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ boolean on = false;
|
|||
void setup()
|
||||
{
|
||||
Serial.begin(9600);
|
||||
mySwitch.enableTransmit(3);
|
||||
mySwitch.enableTransmit(11);
|
||||
}
|
||||
|
||||
void loop()
|
||||
|
|
Reference in a new issue