Update README.md

This commit is contained in:
Jacek Wieczorek
2021-08-11 17:13:58 +02:00
committed by GitHub
parent 950ec1c50a
commit efcc83f6f6

View File

@@ -1,6 +1,6 @@
# ESP-IDF # ESP-IDF
This branch contains an ESP-IDF component. It can be cloned directly to your components directory with this command: This repository contains an ESP-IDF component for [liblightmodbus](https://github.com/Jacajack/liblightmodbus). It can be cloned directly to your components directory with this command:
``` ```
git clone --single-branch --branch esp-idf https://github.com/Jacajack/liblightmodbus.git git clone https://github.com/Jacajack/liblightmodbus-esp.git
``` ```