Merge pull request #847 from JimZAH/mqtt-qos-typo

This commit is contained in:
Jonathan Naylor
2025-09-18 22:39:43 +01:00
committed by GitHub

View File

@@ -25,7 +25,7 @@
#include <string>
enum MQTT_QOS {
MQTT_QOS_AT_MODE_ONCE = 0U,
MQTT_QOS_AT_MOST_ONCE = 0U,
MQTT_QOS_AT_LEAST_ONCE = 1U,
MQTT_QOS_EXACTLY_ONCE = 2U
};