Skip to content

Update ESP8266 FQBN in .travis.yml #4

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
Apr 30, 2019
Merged

Update ESP8266 FQBN in .travis.yml #4

merged 1 commit into from
Apr 30, 2019

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jan 4, 2019

Some of the menu IDs for the ESP8266 boards were recently changed (esp8266/Arduino#5572), which caused compilation in the Travis CI build to fail:

Error: CpuFrequency: Invalid option for board "d1_mini"

Note the compilations using Arduino IDE 1.6.5-r5 still fail:

libraries/OWBus/src/OWBus.h:17:21: fatal error: OneWire.h: No such file or directory
 #include <OneWire.h>

but this is due to a different problem. Older IDE versions required #include directives in the sketch for all library dependencies. The solution to that error is to add the following line to the example sketches:

#include <OneWire.h>

After fixing that, I still get other errors when compiling with Arduino IDE 1.6.5-r5. I haven't investigated these other errors.

By the way, I'm pleased to see you are using my CI script!

Some of the menu IDs for the ESP8266 boards were recently changed, which causes compilation to fail:

Error: CpuFrequency: Invalid option for board "d1_mini"
@destroyedlolo destroyedlolo merged commit 366aff5 into destroyedlolo:master Apr 30, 2019
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