Jason2866
Jason2866
Outdated not anymore used jpeg decoder used. Needs to be updated to the actual jpeg decoder. As long this is not done use older Tasmota version.
@helmar74 as long the outdated code is not ported to the actual verified working jpeg decoder you have to stay at the older Tasmota version. There will be no switching...
Why, probably because it is hardcoded in ArduinoIDE too. [Changed this](https://github.com/espressif/arduino-esp32/pull/11534) recently to make it configurable. This possibility is only available with latest released Arduino core 3.2.1. If you want...
Known issue of Rainmaker https://github.com/espressif/esp-rainmaker/pull/346
There will be projects which simply cant run without Rosetta 2. In this case do not update. I have a project which needs tools where no arm binaries are available...
For Arduino this will not happen. See #1225 You can use the P4 with IDF and Arduino with the fork pioarduino https://github.com/pioarduino/platform-espressif32
Fork pioarduino does check Python version and stops when Python v3.14 is used in venv of Platformio. IDF tools and toolchains does not support Python v3.14 (yet) Btw. esphome has...
> It does stop with an error, but the environment includes a compatible version of Python and it is not used… > Only by uninstalling 3.14 from the environment will...
@BrentonPoke See https://github.com/platformio/platform-espressif32/issues/1225 Platformio uses core 2.0.17 No changes from newer Arduino core can be used. The board support was added in Arduino core 3.x
@BrentonPoke just use the fork https://github.com/pioarduino/platform-espressif32