We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9fd62 commit 9e680a9Copy full SHA for 9e680a9
1 file changed
vehicle/OVMS.V3/components/ovms_server_v3/src/ovms_server_v3.cpp
@@ -474,8 +474,7 @@ void OvmsServerV3::TransmitMetric(OvmsMetric* metric)
474
475
// When retain.depth.limit is enabled, topics with more than 7 slashes (>8 segments)
476
// 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.
+ // rejects retained publishes on topics deeper than 8 segments.
479
int qos_flags;
480
if (m_retain_depth_limit)
481
{
0 commit comments