Using MQTT on Dragonfly

Dependencies:   MQTT mbed mtsas

Revision:
4:f4e8f0fca631
Parent:
2:d4dcf1ebaa99
--- a/MTSCellularManager.hpp	Thu Aug 17 13:38:58 2017 +0000
+++ b/MTSCellularManager.hpp	Fri Aug 18 08:40:35 2017 +0000
@@ -33,6 +33,7 @@
     mts::MTSSerialFlowControl* io;
     // The Cellular object represents the cellular radio.
     mts::Cellular* radio;
+    mts::Cellular* radio2;
 };
 
 #endif