Maybe there's something I don't understand but shouldn't BOARD_HAS_USB_SERIAL be defined on an Arduino Uno r3?
I have this code in my library and when I run it on an Arduino Uno, SLIPEncodedSerial.h is the one that gets included. Am I missing something obvious or this is not the correct bahaviour?
Maybe there's something I don't understand but shouldn't
BOARD_HAS_USB_SERIAL
be defined on an Arduino Uno r3?I have this code in my library and when I run it on an Arduino Uno,
SLIPEncodedSerial.h
is the one that gets included. Am I missing something obvious or this is not the correct bahaviour?Thanks for your help.