Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ config
Method
config
Arduino/libraries/WiFi101/src/WiFi.cpp:608–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
}
607
608
void WiFiClass::config(IPAddress local_ip)
609
{
610
config(local_ip, (uint32_t)0);
611
}
612
613
void WiFiClass::config(IPAddress local_ip, IPAddress dns_server)
614
{
Callers
3
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
Calls
2
m2m_wifi_enable_dhcp
Function · 0.85
m2m_wifi_set_static_ip
Function · 0.85
Tested by
no test coverage detected