Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ setWigleBasicToken
Method
setWigleBasicToken
src/core/config.cpp:758–761 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
756
}
757
758
void BruceConfig::setWigleBasicToken(String value) {
759
wigleBasicToken = value;
760
saveFile();
761
}
762
763
void BruceConfig::setWdgwarsApiKey(String value) {
764
wdgwarsApiKey = value;
Callers
1
settingsCallback
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected