mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Merge pull request #847 from JimZAH/mqtt-qos-typo
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
enum MQTT_QOS {
|
enum MQTT_QOS {
|
||||||
MQTT_QOS_AT_MODE_ONCE = 0U,
|
MQTT_QOS_AT_MOST_ONCE = 0U,
|
||||||
MQTT_QOS_AT_LEAST_ONCE = 1U,
|
MQTT_QOS_AT_LEAST_ONCE = 1U,
|
||||||
MQTT_QOS_EXACTLY_ONCE = 2U
|
MQTT_QOS_EXACTLY_ONCE = 2U
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user