Skip to content

add missing constants to variants/oak #4222

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

Merged
merged 1 commit into from
Jan 24, 2018
Merged

Conversation

boneskull
Copy link
Contributor

@boneskull boneskull commented Jan 23, 2018

headers from the Oak didn't import common.h, among other problems. for example, Firmata fails to build if NUM_ANALOG_INPUTS is not defined.

I also modified the SCL/SCA definitions to look like the other variants.

@d-a-v d-a-v merged commit 575c45d into esp8266:master Jan 24, 2018
@boneskull boneskull deleted the oak-fix branch January 26, 2018 21:18
@boneskull
Copy link
Contributor Author

For anyone using PlatformIO, you can workaround this until released by adding the following to your platformio.ini under the appropriate [env:foo]:

build_flags = -DNUM_ANALOG_INPUTS=1 -DNUM_DIGITAL_PINS=11

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.

2 participants