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

Dependencies:   ENC28J60-EMAC

Files at this revision

API Documentation at this revision

Comitter:
hudakz
Date:
Sat Mar 27 22:56:46 2021 +0000
Parent:
3:8a14519967ec
Child:
5:d9570dbf2f82
Commit message:
MQTT client to test the ENC28J60-EMAC on NUCLEO-F446RE.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);