mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
Typo fix in mqtt.rst.
changed 'defalut' to 'default' Merges https://github.com/espressif/esp-idf/pull/2780
This commit is contained in:
committed by
Rocha Euripedes
parent
f7720ff277
commit
28aabd712b
@@ -18,10 +18,10 @@ Features
|
||||
Application Example
|
||||
-------------------
|
||||
|
||||
* :example:`protocols/mqtt/tcp`: MQTT over tcp, defalut port 1883
|
||||
* :example:`protocols/mqtt/ssl`: MQTT over tcp, defalut port 8883
|
||||
* :example:`protocols/mqtt/ws`: MQTT over Websocket, defalut port 80
|
||||
* :example:`protocols/mqtt/wss`: MQTT over Websocket Secure, defalut port 443
|
||||
* :example:`protocols/mqtt/tcp`: MQTT over tcp, default port 1883
|
||||
* :example:`protocols/mqtt/ssl`: MQTT over tcp, default port 8883
|
||||
* :example:`protocols/mqtt/ws`: MQTT over Websocket, default port 80
|
||||
* :example:`protocols/mqtt/wss`: MQTT over Websocket Secure, default port 443
|
||||
|
||||
|
||||
Configuration
|
||||
|
||||
Reference in New Issue
Block a user