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

Function jammer

nRFBox_V2/blejammer.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected