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
This value could include a relative path to the file (e.g. includes=foobar.h,foo/bar.h) so I need to make sure that is correctly handled.
External dependencies are sometimes added to the includes field but #include directives in sketches for dependencies of a library aren't necessary with any modern IDE version (and the includes field is only supported by modern IDE versions) so this is still a legitimate error.
The error message could mention this.
The text was updated successfully, but these errors were encountered:
includes=foobar.h,foo/bar.h
) so I need to make sure that is correctly handled.includes
field but#include
directives in sketches for dependencies of a library aren't necessary with any modern IDE version (and theincludes
field is only supported by modern IDE versions) so this is still a legitimate error.The text was updated successfully, but these errors were encountered: