You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I had some trouble getting sketches to compile. I was getting an /arduino/Arduino.h:258:10: fatal error: pins_arduino.h: No such file or directory #include "pins_arduino.h" error when using the Board Manager and when manually installing the board definition.
After some trial and error, I identified that the path /Firmware/ast/avr/varients/can485 does not match the capitalization of Can485 in
Hi! I had some trouble getting sketches to compile. I was getting an
/arduino/Arduino.h:258:10: fatal error: pins_arduino.h: No such file or directory #include "pins_arduino.h"
error when using the Board Manager and when manually installing the board definition.After some trial and error, I identified that the path
/Firmware/ast/avr/varients/can485
does not match the capitalization ofCan485
inCAN485/Firmware/ast/avr/boards.txt
Line 10 in ff5446b
My solution was to manually edit and capitalize the folder name
/ast/avr/varients/Can485
on my system. This should be a fairly simple fix in the repo.Thanks, looking forward to using the board!
The text was updated successfully, but these errors were encountered: