We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating system: win10
PlatformIO Version (platformio --version): PlatformIO, version 3.3.0
platformio --version
platformio doesn't find references to built-in libraries if the src_dir is changed.
..../Foo.ino:2:17: fatal error: SPI.h: No such file or directory
The content of platformio.ini:
platformio.ini
[platformio] src_dir = .
Source file to reproduce issue:
// Foo.ino #include <SPI.h>
The text was updated successfully, but these errors were encountered:
969e72c
Thanks a lot for the report!
Sorry, something went wrong.
No branches or pull requests
Configuration
Operating system:
win10
PlatformIO Version (
platformio --version
):PlatformIO, version 3.3.0
Description of problem
platformio doesn't find references to built-in libraries if the src_dir is changed.
Steps to Reproduce
Actual Results
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
The text was updated successfully, but these errors were encountered: