Skip to content

Commit 263c167

Browse files
fix: Update badges url to reflect current status
1 parent bdda020 commit 263c167

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
[![](https://travis-ci.org/tuanpmt/espmqtt.svg?branch=master)](https://travis-ci.org/tuanpmt/espmqtt)
2-
[![](http://hits.dwyl.io/tuanpmt/espmqtt.svg)](http://hits.dwyl.io/tuanpmt/espmqtt)
3-
[![Twitter Follow](https://img.shields.io/twitter/follow/tuanpmt.svg?style=social&label=Follow)](https://twitter.com/tuanpmt)
4-
![GitHub contributors](https://img.shields.io/github/contributors/tuanpmt/espmqtt.svg)
5-
61
# ESP32 MQTT Library
72

3+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/espressif/esp-mqtt/test-examples.yml?branch=master)
4+
![License](https://img.shields.io/github/license/espressif/esp-mqtt)
5+
![GitHub contributors](https://img.shields.io/github/contributors/espressif/esp-mqtt)
6+
87
## Features
98

10-
- Based on: https://github.com/tuanpmt/esp_mqtt
9+
- Based on: <https://github.com/tuanpmt/esp_mqtt>
1110
- Support MQTT over TCP, SSL with mbedtls, MQTT over Websocket, MQTT over Websocket Secure
12-
- Easy to setup with URI
11+
- Easy to setup with URI
1312
- Multiple instances (Multiple clients in one application)
1413
- Support subscribing, publishing, authentication, will messages, keep alive pings and all 3 QoS levels (it should be a fully functional client).
14+
- Support for MQTT 3.1.1 and 5.0
1515

1616
## How to use
1717

@@ -20,9 +20,9 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
2020

2121
## Documentation
2222

23-
* Please refer to the standard [ESP-IDF](https://github.com/espressif/esp-idf), documentation for the latest version: https://docs.espressif.com/projects/esp-idf/
23+
- Please refer to the standard [ESP-IDF](https://github.com/espressif/esp-idf), documentation for the latest version: <https://docs.espressif.com/projects/esp-idf/>
2424

25-
* Documentation of ESP-MQTT API: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/protocols/mqtt.html
25+
- Documentation of ESP-MQTT API: <https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/protocols/mqtt.html>
2626

2727
## License
2828

@@ -33,7 +33,9 @@ Apache License
3333
## Older IDF verisons
3434

3535
For [ESP-IDF](https://github.com/espressif/esp-idf) versions prior to IDFv3.2, please clone as a component of [ESP-IDF](https://github.com/espressif/esp-idf):
36+
3637
```
3738
git submodule add https://github.com/espressif/esp-mqtt.git components/espmqtt
3839
```
40+
3941
and checkout the [ESP-MQTT_FOR_IDF_3.1](https://github.com/espressif/esp-mqtt/tree/ESP-MQTT_FOR_IDF_3.1) tag

0 commit comments

Comments
 (0)