AnonymousCapybara
New member
When trying to compile on Arduino, I get the error 'processSerialEventsList' is not a member of 'HardwareSerial' on Teensy 4 but not Teensy 3.
Were there any specific changes in 1.59 from 1.58 that would lead to conflicts? It seems like using Adafruit library was fine before, I'm not sure what changed in teensyduino thoughTeensyduino comes with its own ILI9341 library but you seem to be using one from Adafruit.
That is not the right URLAn important change in 1.59 was to update to C++17. I'm just guessing, but perhaps it is less lenient in terms of allowing multiple definitions. The link below is for the 1.59 release in the Announcements forum.
I believe it was during that release cycle, that @PaulStoffregen changed the HardwareSerial class to be more an abstract class and addedWere there any specific changes in 1.59 from 1.58 that would lead to conflicts? It seems like using Adafruit library was fine before, I'm not sure what changed in teensyduino though