MCPcopy Create free account
hub / github.com/cifertech/nRFBox / jammer

Function jammer

VScode Platformio/src/blejammer.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void jammer(RF24 &radio, const byte* channels, size_t size) {
96 const char text[] = "xxxxxxxxxxxxxxxx";
97 for (size_t i = 0; i < size; i++) {
98 radio.setChannel(channels[i]);
99 radio.write(&text, sizeof(text));
100 //delayMicroseconds(20);
101 }
102}
103
104void updateOLED() {
105 u8g2.clearBuffer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected