how to update esp-idf?
Posted: Tue Sep 12, 2017 6:03 am
hi there,
I already have esp-idf v2.1 installed.
git clone https://github.com/espressif/esp-idf.git esp-idf-v2.1
cd esp-idf-v2.1 /
git checkout v2.1
git submodule update --init --recursive
How do I use the git command to update commit and newly added files to esp-idf?
I already have esp-idf v2.1 installed.
git clone https://github.com/espressif/esp-idf.git esp-idf-v2.1
cd esp-idf-v2.1 /
git checkout v2.1
git submodule update --init --recursive
How do I use the git command to update commit and newly added files to esp-idf?