MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / localIP

Method localIP

ESP32_AP-Flasher/src/wifimanager.cpp:298–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298IPAddress WifiManager::localIP() {
299 if (wifiStatus == ETHERNET) {
300 return ETH.localIP();
301 } else {
302 return WiFi.localIP();
303 }
304}
305
306String WifiManager::WiFi_SSID() {
307 wifi_config_t conf;

Callers 8

wsSendSysteminfoFunction · 0.80
segmentedShowIpFunction · 0.80
initMethod · 0.80
processPacketMethod · 0.80
getAPListMethod · 0.80
waitForConnectionMethod · 0.80
WiFiEventMethod · 0.80
getLocalUrlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected