Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdring/FluidNC
/ deinit
Method
deinit
FluidNC/src/BTConfig.cpp:139–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void BTConfig::deinit() {
140
if (isOn()) {
141
SerialBT.end();
142
allChannels.deregistration(&btChannel);
143
}
144
}
145
146
bool BTConfig::isOn() const {
147
return btStarted();
Callers
1
call_host_deinit
Function · 0.45
Calls
2
deregistration
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected