Closed pfeerick closed 4 years ago
It looks like TestCompile doesn't take into account the instance where a sketch might be bundled with it's own private .h
files... in other words the sketch example folder isn't in the include path... hence the failure when it tries to compile DigisparkOLED and fails to find img0_128x64c1.h
(and also digistump_128x64c1.h
, but it hadn't gotten there yet).
Thanks!!!!!!!!!!!
Final project Mouse USB wireless via app https://github.com/mariliahoshino/Mouse_USB
Thanks to @mariliahoshino for the correct code!
Fixes https://github.com/digistump/DigistumpArduino/issues/63