Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Heltec-Aaron-Lee/WiFi_Kit_series
/ setChannel
Method
setChannel
libraries/OpenThread/src/OThread.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void DataSet::setChannel(uint8_t channel) {
165
mDataset.mChannel = channel;
166
mDataset.mComponents.mIsChannelPresent = true;
167
}
168
169
void DataSet::setPanId(uint16_t panId) {
170
mDataset.mPanId = panId;
Callers
1
OThread.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected