Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ setApSettings
Method
setApSettings
Tactility/Source/app/wificonnect/State.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void State::setApSettings(const service::wifi::settings::WifiApSettings& newSettings) {
19
lock.lock();
20
this->apSettings = newSettings;
21
lock.unlock();
22
}
23
24
void State::setConnecting(bool isConnecting) {
25
lock.lock();
Callers
1
onConnect
Function · 0.80
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected