test

Dependencies:   FP MQTTPacket

Fork of MQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
DuyLionTran
Date:
Sat Dec 02 04:59:50 2017 +0000
Parent:
61:36e76acf2166
Commit message:
version 1.1.2

Changed in this revision

MQTTClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTClient.h	Tue Nov 28 07:38:51 2017 +0000
+++ b/MQTTClient.h	Sat Dec 02 04:59:50 2017 +0000
@@ -515,6 +515,7 @@
         if (cycle(timer) < 0)
         {
             rc = FAILURE;
+            
             break;
         }
     }