Skip to content

library.properties|Fix: Removed dependency on SD, due to various complications. #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Henricus-Basien
Copy link

  1. This dependency is not used by the library only in 1 example, so it's not a true dependency.
  2. The SD dependency is ambigous:
Library Manager: Installing SD
Library Manager: Warning! More than one package has been found by SD requirements:
Library Manager:  - arduino-libraries/[email protected]
Library Manager:  - adafruit/[email protected]+sha.041f788250
Library Manager: Please specify detailed REQUIREMENTS using package owner and version (shown above) to avoid name conflicts
  1. ArduinoEspressif32 has a built-in SD library that will be overwritten by this dependency and can no longer be accessed. (.platformio/packages/framework-arduinoespressif32/libraries/SD/src/SD.h)

…es not depend on it only the `shield_sdlog.ino` example.

1. This dependency is not used by the library only in 1 example, so it's not a true dependency.
2. The `SD`  dependency is ambigous:

```
Library Manager: Installing SD
Library Manager: Warning! More than one package has been found by SD requirements:
Library Manager:  - arduino-libraries/[email protected]
Library Manager:  - adafruit/[email protected]+sha.041f788250
Library Manager: Please specify detailed REQUIREMENTS using package owner and version (shown above) to avoid name conflicts
```
3. `ArduinoEspressif32` has a built-in `SD` library that will be overwritten by this dependency and can no longer be accessed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant