Quote:
Originally Posted by AndrzejM
I've had the same issue, so I just opened code in a notepad then Ctrl-A Ctrl-C and pasted it to Arduino IDE, to the new project. It worked like a charm. Everything works and no trouble during compiling.
|
Yah, that's what I've been doing all along. I only use the Arduino IDE to actually compile the code, then upload it. All the editing is done in a text editor.
I've read somewhere that one could go to "Tools | Fix Encoding & Reload" to fix compiling issues in Arduino, and I actually did that once, because of some other code that I found that would not compile.