-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino 1.6.10 subfolder error #5176
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
Comments
You now need to move it to the
This is the source of the change: arduino/arduino-builder#148 |
Exactly, so I'm closing this commit. @cmaglie, this should be made more prominent in the changelog, I think. |
Ok.. I change name subfolder "module" in "src" and now function!!! Thank's |
yushenli
added a commit
to yushenli/cessna172panel
that referenced
this issue
May 23, 2020
We'll have much more hardwares supported (knob, button, guitar pick selector, N-way switches and etc.). They should have a separate directory to not mess up the root of the sketch directory. Also, Arduino has this restriction that only "src" directory under the sketch directory will be compiled: arduino/Arduino#5176
FrodgE
added a commit
to FrodgE/sun-harvester
that referenced
this issue
Aug 5, 2020
…andard Arduino libraries. Rather than requiring these libraries to be manually relocated to the Arduino "libraries" directory, just refer to them in place. Note for an Arduino project to support this file structure all sub-directory includes must be contained within a "src" sub-directory. The sub-directory limitation was introduced in 1.6.10, see arduino/Arduino#5176, and arduino/arduino-builder#148
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have module in subfolder, until the 1.6.9 version it could easily include files in subfolder
example #include "module / macros.h"
Now with the new 1.6.10 version of error that can not find the file.
Why?
And 'anything changed in the inclusions?
The text was updated successfully, but these errors were encountered: