Hi, if possible I would like to automatically have any files I place in my ‘Sensors’ folder included when I compile.
My platform.ini has …
[platformio]
lib_dir = lib/GB/My_libraries
This does find all files, but not my subfolder Sensors ?
I know i can do …
lib_deps =
; My sub directories
lib/GB/My_libraries/Sensors/DHT
lib/GB/My_libraries/Sensors/DS1820
lib/GB/My_libraries/Sensors/VL53L0X
But is there a better solution ?
My Structure