Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Incompatible with Adafruit Huzzah ESP8266 board #240

Closed
jtwalters opened this issue Dec 17, 2016 · 1 comment
Closed

Incompatible with Adafruit Huzzah ESP8266 board #240

jtwalters opened this issue Dec 17, 2016 · 1 comment

Comments

@jtwalters
Copy link

jtwalters commented Dec 17, 2016

There was a regression that broke building for the Huzzah ESP8266 board, around commit 2e2a87d

FireThing.cpp 'D1' was not declared in this scope

If you have this board, checkout the repo and then cherry-pick the fingerprint commit:

git checkout 7226a6b7dd9dbb5ea7c08c3b2d86f1d104b91fad
git cherry-pick 058744e21184e84c791536e296c57a6ca1e40373

Then it will compile successfully.

@proppy
Copy link
Contributor

proppy commented Dec 17, 2016

weird that travis didn't catch this. We should split the firethings/modem project from the rest of the library to avoid having them bleed on each other.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants