The board-manager claims I have installed version 2.0.11.
The only versions that are available from the board-manager are
2.0.11, 2.0.10,.... and 3.0.0-alpha
Thow if I compile a *.ino for ESP32 I get this log-entries
....
Using board 'esp32' from platform in folder: C:\Arduino-Pure-Portable\arduino-1.8.19\portable\packages\esp32\hardware\esp32\2.0.14
Using core 'esp32' from platform in folder: C:\Arduino-Pure-Portable\arduino-1.8.19\portable\packages\esp32\hardware\esp32\2.0.14
...
So what happened here?
On sourceforge you can find ESP32 core-version 2.0.14
Hello, I've a similar issue, but me it's an old version which disappeared.
I was on 2.0.6 and it's no more available. My repository is still there, but arduino IDE doesn't want me to use it because it's not on the board manager. As you showed, now there's only 2.0.10 and 2.0.11.
Did you find a solution ?
Or else does someone know how to force the IDE using a version, even if it isn't in the board manager file ?
Please ?
I simply copied the 2.0.14 folder in the same parentfolder as 2.0.11
The result was for compiling files the arduino-IDE used 2.0.14 but for uploading it still uses 2.0.11
That is at least what the compiler-log says.
What is the reason for you to go on using version 2.0.6?
Thanks, that's a good idea will try that.
I use 2.0.6 because I'm just finishing a firmware for a product that I began some times ago and use A LOT of libraries. I had to change some code in some of them. I know that if I upgrade ESP32-arduino, some libraries will no more be compatible, and I'll have to upgrade them, and then doing again some changes. I know some functions for using I2C and I2S are evolving between ESP32 versions, I know it will be a spiral of destruction, I already did it. And I don't want to do that just few days before publishing the first release
I'll do that later...
Anyway, thanks for the tips, I could have thougth to that, but I was to desperate to think.
Never use the development URL for important work. This only for people
who intend to contribute code/issues to https://github.com/espress/arduino-esp32. You will see the 3.0.0-alpha
release if you use the development URL.