Closed
Description
Bug Report
Current behavior
#include <DigisparkOLED.h>
#include <Wire.h>
// ============================================================================
#include "img0_128x64c1.h"
#include "digistump_128x64c1.h"
Compiles with 0.10.0 and relative path
Fails with 0.10.0 and absolute path and additional --build-path parameter with
fatal error: img0_128x64c1.h: No such file or directory, but file is in the same directory as the .ino file.
Expected behavior
Local .h files should not be treated as libraries and if so, should not lead to an error!
Environment
- OS and platform: Linux
Metadata
Metadata
Assignees
Labels
No labels