-
-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
Bug Report
Current behavior
If I just include
#include "encoders/as5048a/MagneticSensorAS5048A.h"
library detection fails and (obviously) compilation isn't possible.
If I add a "Dummy.h" to the top level (src folder) of my library, and include that in my sketch, library detection succeeds.
Expected behavior
I'd expect the library detection to succeed, no matter what header I include from the library. Or I'd expect a way to explicitly include a library (is there one? I haven't found it :-( ).
Environment
- CLI version (output of
arduino-cli version
):
Version: 2.0.0-beta.5
Date: 2021-04-15T10:43:43.670Z (2 weeks ago)
CLI Version: 0.18.1 alpha [b3cf8e1]
- OS and platform: Mac OS Big Sur
Additional context
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement