arduino 1.8.14 chooses wrong SD.h library on esp32 #11531
Labels
arduino-cli
Related to the arduino-cli tool
Component: Compilation
Related to compilation of Arduino sketches
Type: Bug
In Arduino 1.8.14, when including the SD.h library, there is a name overlap, and Arduino chooses the library in the sketchbook folder or arduino-1.8.14/libraries instead of the one in the espressif hardware folder. This does not occur in 1.8.13, and continues even if the version in esp32 is bumped to 2.0.0. The architecture specific library should be preferred over *.
The text was updated successfully, but these errors were encountered: