-
Update your MSYS if you have found errors during compilation with the latest ESP32-IDF toolchain!
11/19/2018 at 02:51 • 0 commentsIf you are getting these errors after updating your ESP32-IDF toolchain:
The following Python requirements are not satisfied: future>=0.16.0 cryptography Please run "C:/msys32/mingw32/bin/python.exe -m pip install --user -r C:/msys32/home/Alex/esp/esp-idf/requirements.txt" for resolving the issue.
There is a suggestion from the forums:
Grab the updated copy of the MSYS2 from this link: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/windows-setup.html#toolchain-setup
-
Green squiggles underneath the #includes
02/15/2018 at 07:42 • 0 commentsYou 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.