Skip to content

Commit 786c861

Browse files
committed
Requiring v3.0 of the cc.mqtt5.generated
1 parent 20320c6 commit 786c861

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '**'
99

1010
env:
11-
COMMS_TAG: v5.2.7
12-
CC_MQTT5_TAG: v2.9
11+
COMMS_TAG: develop
12+
CC_MQTT5_TAG: develop
1313

1414
jobs:
1515
build_gcc_ubuntu_22_04:

client/lib/src/ProtocolDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <cstdint>
2222

23-
static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= CC_MQTT5_VERSION,
23+
static_assert(COMMS_MAKE_VERSION(3, 0, 0) <= CC_MQTT5_VERSION,
2424
"The version of the cc_mqtt5 library is too low.");
2525

2626
namespace cc_mqtt5_client

client/lib/templ/ProtocolOptions.h.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public:
143143
using Data =
144144
std::tuple<
145145
##MAX_PACKET_SIZE##,
146-
BaseImpl::frame::FrameLayers::Data
146+
BaseImpl::frame::FrameLayers::DataMembers::Field
147147
>;
148148

149149
using IdAndFlags =

0 commit comments

Comments
 (0)