-
-
Notifications
You must be signed in to change notification settings - Fork 481
Description
Describe the problem
i downloaded Arduino IDE 2.3.2 as AppImage on ubuntu 23.10 linux, made the AppImage file executable and started it.
it downloaded and installed several dependenvies.
if i look to the board manager i can see that esp32 from espressif ist installed, but the newst version in the list is 2.0.11.
on espressif / arduino-esp32 there is version 2.0.14 listed as current official release - it was released already on Oct 4, 2023.
the release 2.0.11, that is listed in Arduino IDE 2.3.2 as most actual is from Jul 24, 2023.
so i am missing several fixes if i can not install the most current official release 2.0.14 from espressif- Arduino IDE 2.3.2 don't offer me the newest official release.
To reproduce
- Arduino IDE 2.3.2 as AppImage, make it executable and run it.
- wait til all dependencieas were installed.
- restart Arduino IDE 2.3.2
- open Boards Manager and search for "espressif"
- Esp32 by Espressif Systems ist listed.
- open the list box of available version of that package.
- the list goes just up to 2.0.11 but not higher.
- from point of view of Arduino IDE 2.3.2, there are no updates for that package available.
Expected behavior
i expect that the Esp32 package by Espressif Systems will be in sync with the ones at
https://github.com/espressif/arduino-esp32/releases
in this case at this moment it should be 2.0.14 and not 2.0.11
Arduino IDE version
2.3.2 AppImage
Operating system
Linux
Operating system version
Ubuntu 23.10
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details