-
Notifications
You must be signed in to change notification settings - Fork 96
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
Problems sending encoded strings #5
Comments
|
I ran into the same. Seems like this would be a pretty common issue. After a little bit of debugging it is clear that anything ending with ] would choke since the commands send use double square brackets to send each line as a string literal. Similarly, anything with [[ in it would choke (can't nest [[]] string literals). Also, it appears there's a command length limitation of ~256 on the nodemcu device, so that breaks as well. I'm not sure these are easy to fix without large changes to luatool.py; but they can certainly be caught by the script which could then return a useful error message. This way the user can trivially workaround the problems instead of being stumped. |
jloyola has fixed the problems in his branch: jlloyola@5dfa3ca I assume it will get pulled shortly into the main branch. |
I think this should be closed now? |
Right. Thanks |
Not able to upload a program with the following line in it:
The text was updated successfully, but these errors were encountered: