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: Managing EnviroDIY libraries and dependencies

Home Forums Mayfly Data Logger Managing EnviroDIY libraries and dependencies Reply To: Managing EnviroDIY libraries and dependencies

#13888
Sara Damiano
Moderator

    Personally, I don’t install any libraries at all to my “global” folder in platformio.  (ie user\me_xx\.platformio\lib\xxx)  I always reclone the entire batch of libraries into the .pio\libdeps\xxx folder for each project.  That way I can recreate a specific program with the libraries just as they were when the program was used and can update at will for any given project.  It means re-downloading the files a bunch of times and wasting space on your computer with those files, but they’re fairly small text files.