LPD8806 icon indicating copy to clipboard operation
LPD8806 copied to clipboard

Adding line depends=TimerOne makes library incompatible with platformio-esp32-arduindo config.

Open bleep1 opened this issue 3 years ago • 0 comments

Had problems with this line using this library in PlatformIO https://github.com/adafruit/LPD8806/blob/a22f8ca24878f2c118a063e90ba00124e28ee304/library.properties#L10

depends=TimerOne

My project platformio.ini config: [env:esp32doit-devkit-v1] platform = espressif32 board = esp32doit-devkit-v1 framework = arduino

It seems that TimerOne doesn't compile in this config. I dropped back to 1.0.1 without this line and all is good. Just FYI Bleep,

bleep1 avatar Jul 12 '20 06:07 bleep1