This commit is contained in:
Christoph Hagen
2024-04-20 21:00:09 +02:00
parent 1504ce6b0c
commit 3afe8b16a9
2 changed files with 11 additions and 15 deletions

View File

@ -24,13 +24,8 @@ private:
// UDP
// buffers for receiving and sending data
char udpReceiveBuffer[SIGNED_MESSAGE_SIZE]; // buffer to hold incoming packet
// An EthernetUDP instance to send and receive packets over UDP
EthernetUDP Udp;
EthernetUDP udp;
EthernetConfiguration ethernetConfig;
bool ethernetIsConfigured = false;