Skip to content

Commit 9e680a9

Browse files
atomic fix - remove redundant comment related to retain depth limit for AWS IoT Core
1 parent fc9fd62 commit 9e680a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vehicle/OVMS.V3/components/ovms_server_v3/src/ovms_server_v3.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,7 @@ void OvmsServerV3::TransmitMetric(OvmsMetric* metric)
474474

475475
// When retain.depth.limit is enabled, topics with more than 7 slashes (>8 segments)
476476
// are published without the RETAIN flag. This is required for AWS IoT Core, which
477-
// rejects retained publishes on topics deeper than 8 segments. Disable this limit
478-
// if your broker supports retained messages on topics of any depth.
477+
// rejects retained publishes on topics deeper than 8 segments.
479478
int qos_flags;
480479
if (m_retain_depth_limit)
481480
{

0 commit comments

Comments
 (0)