Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface FP MQTTPacket
Fork of MQTT by
Diff: MQTTEthernet.h
- Revision:
- 43:21da1f744243
- Parent:
- 41:b7e86fa6dbb8
- Child:
- 54:ff9e5c4b52d0
--- a/MQTTEthernet.h Thu Aug 21 12:40:43 2014 +0000 +++ b/MQTTEthernet.h Mon Sep 29 11:34:26 2014 +0000 @@ -2,7 +2,7 @@ #if !defined(MQTTETHERNET_H) #define MQTTETHERNET_H -#include "MQTT_mbed.h" +#include "MQTTmbed.h" #include "EthernetInterface.h" #include "MQTTSocket.h"
