Arduino-Makefile icon indicating copy to clipboard operation
Arduino-Makefile copied to clipboard

libs auto-detection in dependecies are not included

Open Rocco83 opened this issue 3 years ago • 0 comments

I'm using arduino-mk from debian stable (1.5.2-1).

I want to split my .ino file in libraries. I need certain libs only in other libraries (eg: TrueRandom only in Ethernet part).

But, if i don't include "TrueRandom.h" in the main .ino file, it will not get included at all.

Is this a known issue?

Rocco83 avatar May 24 '21 12:05 Rocco83