MQTT client to test the ENC28J60-EMAC on NUCLEO-F446RE.

Dependencies:   ENC28J60-EMAC

Revision:
4:f8abf1fc6615
Parent:
2:2a16a9f4509c
Child:
5:d9570dbf2f82
--- a/main.cpp	Sat Mar 27 22:53:09 2021 +0000
+++ b/main.cpp	Sat Mar 27 22:56:46 2021 +0000
@@ -16,7 +16,6 @@
 // Global variables
 char                                    topic[256];
 EthernetInterface                       net;
-TCPSocket                               socket;
 MQTTNetwork                             mqttNetwork(&net);
 MQTT::Client<MQTTNetwork, Countdown>    mqttClient(mqttNetwork);