Open jojo2357 opened 1 year ago
We have since handed over maintenance of the Arduino core for our ESP line of microcontroller products, over to Espressif Arduino core (that you linked). This was primarily due to changes in the Arduino IDE that caused conflicts in the compilation for MCUs hosted by separate parties.
Please, use their Arduino core for the latest and greatest. Please refer to this tutorial for installation instructions for third-party Arduino cores.
I use esp-idf instead of Arduino IDE for my ariduino-like needs because it supports CMake and I can use it in CLion instead of the Arduino IDE
With that said, could I request that this project add a CMakeLists.txt? (see arduino-esp32's here)
I am going to try and make my own, fingers crossed I can get it to work.