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