Skip to content

Fixes for Arduino IDE 1.6.7 #59

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
Nov 6, 2016
Merged

Conversation

caseyfw
Copy link
Contributor

@caseyfw caseyfw commented Nov 6, 2016

Arduino 1.6.7 (or any prior version) suffered from an issue where the ESP8266 library broke the pre-compiler's automatic function prototyping. See esp8266/Arduino#1066

It looks like you've added most of the function prototypes to overcome this issue, but seemingly not all.

Also, there was a type mismatch on the sendFile() function that threw a compiler error.

Note: Please excuse the incidental trailing whitespace removals - my code linting setup is rather heavy handed. If you'd like to see this PR without them, just go ignore whitespace.

@TildenG
Copy link
Collaborator

TildenG commented Nov 6, 2016

Well spotted Casey, and welcome to the FHTbot project.

@TildenG TildenG merged commit f47cadc into ideaHex:master Nov 6, 2016
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