Jason2866
Jason2866
> If there are hidden dependencies with Adafruit / Arduino then I can look at how these can be unwound. For use with IDF there are no dependencies to Arduino...
A quick solution is to use the Platformio fork [pioarduino](https://github.com/pioarduino/platform-espressif32) which provides actual Arduino core 3.1.3 which is based on IDF 5.3.2. The compile mode Arduino as a component from...
Why not? Just did a PR to update/fix CI and there is branch master used and working.
Removing is not a solution since this would remove compability for Arduino. The entry does not mean it is a dependency, it declares only that the library is compatible to...
`platform = espressif32 @ 6.10.0` uses IDF 5.4.0. This lib is not tested against IDF 5.4.0 The supported IDF 5.3.2 and / or Arduino core 3.1.2 can be easily used...
Now you found the reason :-) Easy fix: ``` lib_deps = https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA.git ``` > I couldn't spot any supported IDF versions in https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/blob/master/library.json, do you know where this requirement for...
Such issues and changes in used libs, is the reason why i never use libs from sources outside my repo. Copy everything needed in repo libs folder. So it is...
Why are you so keen on to use the vendor locked in gatekeeper Platformio registry? If Platformio stops business all this lib_deps are dead anyways. I see zero benefit in...
Yes, thats the pain with the Platformio Registry. Correcting or updating is so time consuming and complicated. You have to upload and wait until the gatekeepers are doing something. And...
@board707 I disagree Platformio has way more config possibilities than the Arduino VSC plugin. The original Arduino compile times are horrible. There is no extra needed to support Platformio. An...