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
This forces the NeoHWSerial library to be linked in, even when the condition is FALSE and there are no compile-time references to that library.
As a result, ISRs in HardwareSerial (via 'Serial') conflict with the same ISRs in the incorrectly linked-in NeoHWSerial. Simply commenting out the NeoHWSerial include statement removes the "require" of that library, and HardwareSerial links in correctly, as the only source of the ISRs: