Skip to content
Snippets Groups Projects
Commit 37f87e3f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use more verbose MQTT version numers (e.g. 3.1.0 rather than 3.1)

parent b001be1e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -156,7 +156,7 @@ void mqtt_cfg()
static char* mqttQOS[]
= { "0: At most once", "1: At least once", "2: Exactly once", NULL };
static char* mqttVersion[]
= { "3.1", "3.1.1", "5", NULL };
= { "3.1.0", "3.1.1", "5.0", NULL };
static char* mqttTlsMode[]
= { "Off", "Certificate", "Pre-Shared-Key", NULL };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment