We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2c7b2 commit 372db06Copy full SHA for 372db06
client/lib/src/ProtocolDefs.h
@@ -20,7 +20,7 @@
20
21
#include <cstdint>
22
23
-static_assert(COMMS_MAKE_VERSION(2, 8, 0) <= CC_MQTT5_VERSION,
+static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= CC_MQTT5_VERSION,
24
"The version of the cc_mqtt5 library is too low.");
25
26
namespace cc_mqtt5_client
0 commit comments