Skip to content
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

Fixe FS / SD file global definition conflict #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pfeerick
Copy link
Contributor

@pfeerick pfeerick commented Apr 9, 2017

Using the implementation of FS and SD included as part of the Oak package in a single sketch was not possible, due to them having conflicting file definitions. This was fixed as part of a commit on the ESP8266 Arduino core (esp8266/Arduino@1829745). This commit simply imports those fixes, and was going to include some other minor additions that have occurred since, but that will break as there are underlying dependencies.

Using the implementation of FS and SD included as part of the Oak package in a single sketch was not possible, due to them having conflicting file definitions. This was fixed in a later commit on the ESP8266 Arduino core (esp8266/Arduino@1829745). This commit simply imports those changes, plus some other minor additions that have occurred since as there is nothing that will break existing code.
It looks like I was a bit too hasty in saying no code-breaking changes... some of the changes were reliant on other changes in the core. So now this is *just* the global re-defines needed to remove SD/FS conflicts.
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.

None yet

1 participant