Home › Forums › Mayfly Data Logger › PlatformIO not downloading all ModularSensors dependencies › Reply To: PlatformIO not downloading all ModularSensors dependencies
2020-11-10 at 2:45 PM
#14806
I’m sorry for being late on this.
It’s definitely something with the newest versions of PlatformIO and the very weird part is that for me *sometimes* it works and other times it does.
What I’ve usually ended up doing is putting *everything* into the lib_deps section.
INI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
lib_deps = envirodiy/EnviroDIY_ModularSensors @ ~0.25.1 envirodiy/EnviroDIY_DS3231 @ ~1.3.4 arduino-libraries/RTCZero @ ~1.6.0 greygnome/EnableInterrupt @ ~1.1.0 greiman/SdFat @ ~1.1.4 vshymanskyy/TinyGSM @ ~0.10.9 knolleary/PubSubClient @ ~2.8 adafruit/Adafruit BusIO @ ~1.6.0 adafruit/Adafruit Unified Sensor @ ~1.1.4 https://github.com/soligen2010/Adafruit_ADS1X15.git adafruit/Adafruit AM2315 @ ~2.1.0 adafruit/Adafruit BME280 Library @ ~2.1.2 adafruit/DHT sensor library @ ~1.4.0 adafruit/Adafruit INA219 @ ~1.0.9 adafruit/Adafruit MPL115A2 @ ~1.1.2 paulstoffregen/OneWire @ ~2.3.5 milesburton/DallasTemperature @ ~3.9.1 envirodiy/SDI-12 @ ~2.1.2 northernwidget/MS5803 @ ~0.1.2 https://github.com/NorthernWidget-Skunkworks/Tally_Library.git#Dev_I2C envirodiy/SensorModbusMaster @ ~0.6.8 envirodiy/KellerModbus @ ~0.2.2 envirodiy/YosemitechModbus @ ~0.2.3 vshymanskyy/StreamDebugger @ ~1.0.1 |