Close

Green squiggles underneath the #includes

A project log for Deploying standalone ESP32-IDF SDK platform

Using only ESP32-IDF and Visual Studio Code

nyh-workshopNYH-workshop 02/15/2018 at 07:420 Comments

You may be wondering why there are green squiggles inderneath the #includes - it's very simple: The includePath in the c_cpp_properties.json is not fully populated with the links to the other header files. 

The one in PlatformIO has all those. My next plan is to fill in the remaining blanks using some hints from the json file generated by the PlatformIO.

Discussions