esp-mqtt announce integration to idf

This commit is contained in:
David Cermak
2018-10-04 13:12:30 +02:00
parent 99004f2a48
commit 5fd5523b9b
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ install:
- export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
# Get ESP-IDF from github
- git clone --recursive https://github.com/espressif/esp-idf.git
- cd esp-idf && git checkout --recurse-submodules v3.1
# Set the path to ESP-IDF directory
- export IDF_PATH=~/esp/esp-idf

View File

@ -15,6 +15,10 @@
## How to use
From IDFv3.2 [ESP-MQTT]((https://github.com/espressif/esp-mqtt)) is integrated in [ESP-IDF](https://github.com/espressif/esp-idf) as a submodule. Please do not use separately.
For [ESP-IDF](https://github.com/espressif/esp-idf) versions prior to IDFv3.2, please checkout the [ESP-MQTT_FOR_IDF_3.1](https://github.com/espressif/esp-mqtt/tree/ESP-MQTT_FOR_IDF_3.1) tag and follow the instructions below:
Clone this component to [ESP-IDF](https://github.com/espressif/esp-idf) project (as submodule):
```
git submodule add https://github.com/tuanpmt/espmqtt.git components/espmqtt