Hello all,
I found a weired behavior with my VSC PlatformIO environment.
I have a project where the following is configured in the platform.ini
build_flags =
-D USER_SETUP_LOADED=1
-include /$PROJECT_LIBDEPS_DIR/$PIOENV/TFT_eSPI/User_Setups/Setup25_TTGO_T_Display.h
With this $PROJECT_LIBDEPS_DIR environment var I get a doubled drive letter in the generated c_cpp_properties.json like:
**“forcedInclude”: [
"C:/c:/Temp/RID/.pio/libdeps/ttgo-lora32-v1/TFT_eSPI/User_Setups/Setup25_TTGO_T_Display.h",
“”
],
Does anybody have an idea, what I’m doing wrong or what I could do to get a single drive letter?
Many thanx
Michael