mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
Add header license
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
[](https://travis-ci.org/tuanpmt/espmqtt)
|
||||
[](http://hits.dwyl.io/tuanpmt/espmqtt)
|
||||

|
||||
[](https://twitter.com/tuanpmt)
|
||||
|
||||

|
||||
[](https://www.paypal.me/tuanpm)
|
||||
|
||||
|
||||
# ESP32 MQTT Library
|
||||
|
||||
## Features
|
||||
@@ -15,6 +24,15 @@ Clone this component to [ESP-IDF](https://github.com/espressif/esp-idf) project
|
||||
git submodule add https://github.com/tuanpmt/espmqtt.git components/espmqtt
|
||||
```
|
||||
|
||||
Or run a sample (make sure you have `IDF_PATH` env):
|
||||
|
||||
```
|
||||
git clonehttps://github.com/tuanpmt/espmqtt.git
|
||||
cd espmqtt/examples/mqtt_tcp
|
||||
make menuconfig
|
||||
make flash monitor
|
||||
```
|
||||
|
||||
## Documentation
|
||||
### URI
|
||||
|
||||
@@ -128,4 +146,5 @@ esp_mqtt_client_start(client);
|
||||
|
||||
## License
|
||||
|
||||
[@tuanpmt](https://twitter.com/tuanpmt)
|
||||
Apache License
|
||||
|
||||
Reference in New Issue
Block a user