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

Issue with saving files with block comments #11

Open
urmilparikh opened this issue Apr 18, 2015 · 2 comments
Open

Issue with saving files with block comments #11

urmilparikh opened this issue Apr 18, 2015 · 2 comments
Labels

Comments

@urmilparikh
Copy link

If I use block comments in my code, I get interpreter errors saying nesting of [[..]] is deprecated.
Resultant file on ESP has all lines uncommented, which is wrong.

e.g.

print("this should print")
--[[
print("this should NOT print")
print("even this should not, since it is block comment")
--]]
print("this should also print")

Above code prints all the lines.

@RoboDurden
Copy link

switch the ESPlorer into "Turbo Mode".
Then code will no longer be uploaded via w([[code]])

@stale
Copy link

stale bot commented Aug 23, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants