You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Hello,
I am using the Arduino extension for months now with no issues.
The new scenario I have is I need to include custom libraries (not from the Arduino library manager). My project structure, which usually works if I rely on the library manager,
The problem, as you may notice, is that I need to include custom libraries found in my include folder. The intellisense works and detects the members and methods. However, when compiling , I get the error
Did you try configuring the buildPreferences option in arduino.json? I can't say for sure, but you might be able to just add the filenames to one of the below.
Hello,
I am using the Arduino extension for months now with no issues.
The new scenario I have is I need to include custom libraries (not from the Arduino library manager). My project structure, which usually works if I rely on the library manager,
The problem, as you may notice, is that I need to include custom libraries found in my
include
folder. The intellisense works and detects the members and methods. However, when compiling , I get the errorundefined reference to `SDCardMultiSector::SDCardMultiSector(Stream&, char const*, gpio_num_t, gpio_num_t, gpio_num_t, gpio_num_t, gpio_num_t, gpio_num_t)
The function is detected by the Intellisense and included the libraries as it I guess in a correct way.
I tried to include the folder in
c_cpp_properties.json
but the file is generated, and therefore it is automatically deleted.I believe this is a common issue and there is a standard solution for it.
The text was updated successfully, but these errors were encountered: