Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ radioSetChannel
Function
radioSetChannel
VScode Platformio/src/jammer.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void radioSetChannel(int channels) {
67
radioA.setChannel(channels);
68
radioB.setChannel(channels);
69
radioC.setChannel(channels);
70
}
71
72
void jammer() {
73
int methode = 1;
Callers
1
jammer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected