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

file.open does not return true/false so is not needed #24

Closed
wants to merge 1 commit into from

Conversation

verneroberts
Copy link

download simply wasn't working for me. I'm assuming file.open has changed maybe? Anyway, it works if I remove the response=true check.

@AndiDittrich
Copy link
Owner

Dear verneroberts,

thanks for your contribution! this issue is similar to #22 and related to the API Changes in NodeMCI v1.5.4.
Generally: removing an condition is not a solution - the if condition has to be changed to if (err || response == 'nil'){

i will fix it asap!

AndiDittrich added a commit that referenced this pull request Jan 2, 2017
@AndiDittrich
Copy link
Owner

fixed in v2.0.4

verneroberts added a commit to verneroberts/NodeMCU-Tool that referenced this pull request Jan 2, 2017
fixed AndiDittrich#24 download command failed because of API change in NodeMCU 1.…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants