1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-08-01 00:24:22 +03:00

adds unsubscribe & unsubscribePacket functions

This commit is contained in:
Todd Treece
2015-10-05 10:33:33 -04:00
parent 476d1115e6
commit 0fbd734646
2 changed files with 70 additions and 1 deletions

View File

@ -57,7 +57,7 @@
#define MQTT_CTRL_SUBSCRIBE 0x8
#define MQTT_CTRL_SUBACK 0x9
#define MQTT_CTRL_UNSUBSCRIBE 0xA
#define MQTT_CTRL_UNSUBSACK 0xB
#define MQTT_CTRL_UNSUBACK 0xB
#define MQTT_CTRL_PINGREQ 0xC
#define MQTT_CTRL_PINGRESP 0xD
#define MQTT_CTRL_DISCONNECT 0xE