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

add missing constants to variants/oak #4222

Merged
merged 1 commit into from Jan 24, 2018
Merged

add missing constants to variants/oak #4222

merged 1 commit into from Jan 24, 2018

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
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@boneskull boneskull deleted the boneskull:oak-fix branch Jan 26, 2018
@boneskull
Copy link
Contributor Author

@boneskull boneskull commented Jan 26, 2018

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
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants