Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEPaperLink/OpenEPaperLink
/ getLocalUrl
Function
getLocalUrl
ESP32_AP-Flasher/src/wifimanager.cpp:440–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
#endif
439
440
std::vector<std::string> getLocalUrl() {
441
return {String(
"http://"
+ WiFi.localIP().toString()).c_str()};
442
}
443
444
void onErrorCallback(improv::Error err) {
445
}
Callers
1
onCommandCallback
Function · 0.85
Calls
2
localIP
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected