change rc pin to fit new layout

This commit is contained in:
Stefan Sterz 2016-01-16 22:43:32 +01:00
parent 7525fd2e70
commit 3fa9e16ddf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ boolean on = false;
void setup()
{
Serial.begin(9600);
mySwitch.enableTransmit(3);
mySwitch.enableTransmit(11);
}
void loop()