Closed Timmmm closed 3 months ago
Ugh cancel that. It's just some corrupted build issue (maybe I killed it mid-build or something).
Unfortunately due to Arduino being complete shit there's no way to make clean
, but you can delete ~/AppData/Local/arduino*
and then it works.
Hi @Timmmm ,
glad you go t it working. Yes, deleting the Arduino15 appdata folder does clean out everything regarding the compiler and fixes issues like this. Arudino has it's quirks, but we still love it :)
-Rob
Using the most recent Arduino IDE (2.3.2) I enabled the Inkplate library (10.0.0) and then tried to compile ("verify" 🤢) the Inkplate10_Black_and_White.ino
. With
Soldered Inkplate10selected as the board it compiles successfully. With
e-radionica.com Inkplate10I get a load of linker errors. It seems to be basic Arduino stuff like
delay`.I really don't want to have to dig into Arduino's build system. Any idea why this doesn't work? Feels like CI should catch this sort of thing but I can't see how I've done anything wrong.