Arduino 1.8.12 and ESP-IDF-V4.0
Posted: Fri Mar 06, 2020 9:58 am
After many attempts to use Arduino 1.8.12 and ESP-IDF-V4.0
I still get
first try was to git clone, something like
started arduino
checked preferences Additional Boards Manager URLs
compile
still see v3.2.3-14-gd3e562907
also followed https://github.com/espressif/arduino-es ... manager.md
I am still trying, any hints very welcome...
I still get
Code: Select all
esp_get_idf_version() // gives v3.2.3-14-gd3e562907
Code: Select all
## ~/arduino-1.8.12/hardware/espressif
## cd <ARDUINO>/hardware
## mkdir espressif
## cd espressif || exit 1
git clone -b idf-release/v4.0 --recursive https://github.com/espressif/arduino-esp32.git esp32
cd esp32 || exit 1
git submodule update --init
cd tools || exit 1
python get.py
cd ~/arduino-1.8.12/hardware/espressif/esp32
git status
On branch idf-release/v4.0
Your branch is up to date with 'origin/idf-release/v4.0'.
checked preferences Additional Boards Manager URLs
compile
still see v3.2.3-14-gd3e562907
also followed https://github.com/espressif/arduino-es ... manager.md
I am still trying, any hints very welcome...