Use local UDP messages instead of web server
This commit is contained in:
@ -28,4 +28,6 @@ struct EthernetConfiguration {
|
||||
// The IP address of the DNS server, if DHCP fails
|
||||
uint8_t manualDnsAddress[4];
|
||||
|
||||
// The port for the incoming UDP connection
|
||||
uint16_t udpPort;
|
||||
};
|
Reference in New Issue
Block a user