This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
multiple source files support #271
Open
Description
In the Arduino workspace folder, programmers might breakdown their main ino files into different header files and c/cpp/ino files. But currently, the extension is not working well in this situation. Since the build/verify part is based on the Arduino IDE, I assume this part is OK. We need to think about how to better integrate our scenario with the cpp extension.