[RF24 Lib ID 433] [ATTINY85] Dependency mngt issue

Hi
i’m trying to use RF24 lib on a attiny85. I need to add lib_ignore = SPI on my platformio.ini in order to ignore this lib that is required on some other platform
Seems that #define directives included in RF24_confg.h are not well parsed by LDF

My platform.io :

[env:attiny85]
platform = atmelavr
framework = arduino
board = attiny85
lib_ignore = SPI

You don’t need lib_ignore = SPI. Just try to PlatformIO 3.0 Redirecting...

PlatformIO 3.0 will be released soon.

1 Like