X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433ctl%2Frf433ctl.pde;h=5b3c4b2f8e8876365a429d43be7f1339db2f3d9f;hp=f42fa359a21a7de1a9aa06c7b27ba2a5b42ad73a;hb=1781ff97276a703acb3c42ff7d83b380a94c1c50;hpb=20efba97711810cd0622460dddff0d139debe831 diff --git a/rf433ctl/rf433ctl.pde b/rf433ctl/rf433ctl.pde index f42fa35..5b3c4b2 100644 --- a/rf433ctl/rf433ctl.pde +++ b/rf433ctl/rf433ctl.pde @@ -475,21 +475,21 @@ void loop() else if(command == 'a') send_rf_cmd("\x8a\xa0\x2a"); // pollin 00101 a 0 else if(command == 'B') - send_rf_cmd("\xa0\xa2\xa8"); + send_rf_cmd("\xa0\xa2\xa8"); //white remote A 2 on else if(command == 'b') - send_rf_cmd("\xa0\xa2\x28"); + send_rf_cmd("\xa0\xa2\x28"); //white remote A 2 off else if(command == 'C') - send_rf_cmd("\xa2\xa0\xa8"); + send_rf_cmd("\xa2\xa0\xa8"); //white remote B 1 on else if(command == 'c') - send_rf_cmd("\xa2\xa0\x28"); + send_rf_cmd("\xa2\xa0\x28"); //white remote B 1 off else if(command == 'D') send_rf_cmd("\x8a\x88\x8a"); //pollin 00101 b 1 else if(command == 'd') send_rf_cmd("\x8a\x88\x2a"); //pollin 00101 b 0 else if(command == 'E') - send_rf_cmd("\xa8\xa0\xa8"); + send_rf_cmd("\xa8\xa0\xa8"); //white remote C 1 on else if(command == 'e') - send_rf_cmd("\xa8\xa0\x28"); + send_rf_cmd("\xa8\xa0\x28"); //white remote C 1 off else if(command == 'F') send_rf_cmd("\xa8\xa2\xa8"); else if(command == 'f')