MCPcopy 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
440std::vector<std::string> getLocalUrl() {
441 return {String("http://" + WiFi.localIP().toString()).c_str()};
442}
443
444void onErrorCallback(improv::Error err) {
445}

Callers 1

onCommandCallbackFunction · 0.85

Calls 2

localIPMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected