Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ radioSetChannel
Function
radioSetChannel
nRFBox_V2/jammer.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void radioSetChannel(int channels) {
75
radioA.setChannel(channels);
76
radioB.setChannel(channels);
77
radioC.setChannel(channels);
78
}
79
80
void jammer() {
81
int methode = 1;
Callers
1
jammer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected