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

Failure to upload should result in a non-zero return code. #48

Closed
Willamin opened this issue Feb 11, 2018 · 3 comments
Closed

Failure to upload should result in a non-zero return code. #48

Willamin opened this issue Feb 11, 2018 · 3 comments

Comments

@Willamin
Copy link

I frequently see the following error message:

[NodeMCU-Tool] Unable to establish connection - Timeout, no response detected - is NodeMCU online and the Lua interpreter ready ?

Because this error message always results in a 0 return code, I'm unable write a script to automatically retry.

@AndiDittrich
Copy link
Owner

i'll check this

@AndiDittrich
Copy link
Owner

i've added different return codes in NodeMCU-Tool v3

  • 0 success
  • 1 general error
  • 127 low level serial communication error

please give it a try :)

@Willamin
Copy link
Author

Thanks, @AndiDittrich! It looks good to me.

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

No branches or pull requests

2 participants