You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyOwnTest.zip
If you try to compile the attached example that includes external local files, this fails. This used to work in 1.8.9. The effect started in 1.8.10. This only happens for specific included file names, namely *.h and *.cpp files that start with "RCS".
Interestingly, if the name of *.ino file is "test" or "bug" I get a completely different compile error: panic: runtime error: invalid memory address or nil pointer dereference
Very strange, you can try it out by renaming *.ino and directory to bug.
Expected behavior
The code compiles normally.
Environment
CLI version (output of arduino-cli version): 1.8.10