Example project to publish messages to a MQTT-SN broker using the u-blox SARA-N200 NB-IoT modem

Dependencies:   MQTTSNPacket X-NUCLEO-SARA-N200

Revision:
4:df0aab6b9120
Parent:
1:70b751b7a189
Child:
5:749a8fb7f27e
--- a/main.cpp	Mon Aug 20 14:58:12 2018 +0000
+++ b/main.cpp	Mon Aug 20 15:29:25 2018 +0000
@@ -6,7 +6,6 @@
 #include "MQTTmbed.h"
 #include "MQTTSNUDP.h"
 #include "MQTTSNClient.h"
-#include "mbed_config.h"
 
 Serial pc(SERIAL_TX, SERIAL_RX, 115200);
 DigitalOut myled(LED1);