Search found 1 match
- Tue Jan 03, 2023 2:24 pm
- Forum: ESP32 Arduino
- Topic: Using arduino libraries for ESP32 in visual studio code.
- Replies: 3
- Views: 3973
Re: Using arduino libraries for ESP32 in visual studio code.
I had similar errors when compiling my code with arduino-as-component package in VS Code. The issue I found and fixed is in top level CMakeList.txt file. The 'EXTRA_COMPONENT_DIRS' would not accept relative path to my "arduino-as-component/components" folder. But if I set full path, my code would co...