<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Pat Caron – this is mainly for you.  Didn’t have your direct e-mail hence using the list….</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The reason the .pio folder is in .gitignore is because PlatformIO will populate the .pio folder.  It contains only files that are considered “temporary”.   Any library dependencies that you have will get auto-downloaded by PlatformIO into the .pio/libdeps folder.  If that’s not happening for you, try explicitly listing the dependencies in the platformio.ini file.  Mine for example contains the line shown below.   I’m also using GitHub for my platformio projects and I don’t have the .pio folder checked in.</p><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal style='line-height:14.25pt;background:#1E1E1E'><span style='font-size:10.5pt;font-family:Consolas;color:#569CD6'>lib_deps</span><span style='font-size:10.5pt;font-family:Consolas;color:#D4D4D4'> = <o:p></o:p></span></p></div><div><p class=MsoNormal style='line-height:14.25pt;background:#1E1E1E'><span style='font-size:10.5pt;font-family:Consolas;color:#D4D4D4'>    adafruit/Adafruit BNO08x@^1.1.3<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p></div></body></html>