WLED icon indicating copy to clipboard operation
WLED copied to clipboard

Allow MQTT topics longer than 32 chars

Open schildbach opened this issue 10 months ago • 1 comments

My MQTT naming scheme (with mostly Tasmota clients) would require the topic name:

cmnd/studio/desk/strip/light/POWER

That's 34 characters.

schildbach avatar May 01 '25 10:05 schildbach

You need to custom compile and use appropriate override.

-D MQTT_MAX_TOPIC_LEN=64 and -D MQTT_MAX_SERVER_LEN=64

blazoncek avatar May 01 '25 14:05 blazoncek