RobTillaart / DHTNew

Arduino library for DHT11 and DHT22 with automatic sensor recognition
MIT License
98 stars 15 forks source link

Warning! Ignoring broken library manifest #15

Closed alrabe closed 4 years ago

alrabe commented 4 years ago

I get a warning about a broken manifest when importing your library in PlatformIO. I think this is also the reason why I was not able to install it globally but had to reference the git repository as lib_deps in the platformio.ini file.

Not sure if this a related directly to your lib or to some PIO meta data service.

Processing attiny84 (platform: atmelavr; board: attiny84; framework: arduino)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/attiny84.html
PLATFORM: Atmel AVR 2.1.0 > Generic ATtiny84
HARDWARE: ATTINY84 8MHz, 512B RAM, 8KB Flash
DEBUG: Current (simavr) On-board (simavr)
PACKAGES: 
 - framework-arduino-avr-attiny 1.3.2 
 - toolchain-atmelavr 1.50400.190710 (5.4.0)
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Warning! Ignoring broken library manifest in /home/me/share/Source/microcontroller/PlatformIO/Oled/.pio/libdeps/attiny84/DHTNew
Warning! Ignoring broken library manifest in /home/me/share/Source/microcontroller/PlatformIO/Oled/.pio/libdeps/attiny84/DHTNew@src-bcd93bb4e455076ee41a862dc09b6fe3
Found 20 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <DHTNew@src-bcd93bb4e455076ee41a862dc09b6fe3> #9b54ff1
|-- <Tiny4kOLED> 1.5.1 #7dbddb2
|   |-- <TinyWireM> 1.0.1
|   |-- <Wire> 1.0
Building in release mode
alrabe commented 4 years ago

Seems this is related to or a duplicate of #9