Skip to content
Snippets Groups Projects
Commit 7a70b944 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 3cc82513
No related branches found
No related tags found
No related merge requests found
......@@ -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