Running arduino-esp32 git version
Posted: Thu Nov 26, 2020 6:52 pm
https://github.com/espressif/arduino-es ... manager.md gives instructions how to install arduino-esp32 by using the boards manager. It puts the code into ~/.arduino15/ but it does not clone the git repository there. But I want to use some of the nice git tools like 'git bisect' and need the repo for that.
So I follow https://github.com/espressif/arduino-es ... _ubuntu.md which clones the repository to ~/Arduino/hardware/espressif/esp32/
But how do I tell the Arduino IDE to use this code now and to let me select ESP32 boards?
Adding the additional boards manager URL in Preferences just puts the code into that strange-named ~/.arduino15/ hierarchy again and runs the code from there, not from my git clone...
I tried to combine the two methods, like cloning into ~/.arduino15/hardware/espressif/esp32/ but was not able to have a running system like this.
Can somebody show me how to do it?
So I follow https://github.com/espressif/arduino-es ... _ubuntu.md which clones the repository to ~/Arduino/hardware/espressif/esp32/
But how do I tell the Arduino IDE to use this code now and to let me select ESP32 boards?
Adding the additional boards manager URL in Preferences just puts the code into that strange-named ~/.arduino15/ hierarchy again and runs the code from there, not from my git clone...
I tried to combine the two methods, like cloning into ~/.arduino15/hardware/espressif/esp32/ but was not able to have a running system like this.
Can somebody show me how to do it?