WiFi
dhcpServerIP()
WiFi.dhcpServerIP, dhcpServerIP
WiFi.dhcpServerIP()
retrieves the IP address of the DHCP server that manages
the IP address used by the device's network connection.
Note that for this value to be available requires calling Particle.process()
after Wi-Fi
has connected.