Home › Forums › Mayfly Data Logger › Managing EnviroDIY libraries and dependencies › Reply To: Managing EnviroDIY libraries and dependencies
2020-03-03 at 7:28 PM
#13888
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.