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");
...
}
Misc. API
The setHostname function will set the hostname of the device. This hostname will be used by the device to identify itself in the network.
void setup() {
...
NW.setHostname("NetWizard");
...
}