| 68 | |
| 69 | |
| 70 | void jammer() { |
| 71 | const char text[] = "xxxxxxxxxxxxxxxx"; |
| 72 | for (int i = ((channel * 5) + 1); i < ((channel * 5) + 23); i++) { |
| 73 | radioSetChannel(i); |
| 74 | radioWrite(&text, sizeof(text)); |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | |
| 79 | void pressBt01() { |
no test coverage detected