Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: PlatformIO not downloading all ModularSensors dependencies

Home Forums Mayfly Data Logger PlatformIO not downloading all ModularSensors dependencies Reply To: PlatformIO not downloading all ModularSensors dependencies

#14799
Matt Barney
Participant

    Update: This looks to me like a PIO issue. Reverting to earlier versions of PlatformIO IDE, it works; i.e., it downloads all ModularSensors’ dependencies as expected, and my project compiles successfully. This is using a ‘minimal’ platformio.ini file that looks like this:

    …And my only source code is the default template main.cpp that is populated when doing a PIO -> New Project.

    At the moment, I’ve reverted to PlatformIO IDE v1.10.0 as follows: In VSCode’s Extensions pane, click the Settings ‘gear’, select Install Another Version.

    -Matt