Skip to content

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