-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
#line directives inserted into raw string literal by sketch preprocessor #1191
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
It's A workaround may be to put the strings inside a .h file (that is not preprocessed) and include it from the main .ino. |
Thank you. |
I'm not sure the .h is not parsed as I'm facing issue with this using a .h file. (arduino/arduino-ide#363) |
Please see https://forum.arduino.cc/t/including-javascript-in-a-webpage-served-by-espasyncwebserver/697109 where the issue was raised
Source code:
Content of C:\Users\sterretje\AppData\Local\Temp\arduino_build_600637\sketch\sketch_feb22a.ino.cpp
Please note the including of
#line
in the output that does not exist in the ino fileAdditional context
Additional reports
Related
The text was updated successfully, but these errors were encountered: