Misc. API

setHostname

The setHostname function will set the hostname of the device. This hostname will be used by the device to identify itself in the network.

API Reference

void setup() {
  ...

  NW.setHostname("NetWizard");

  ...
}
Previous
subnetMask