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
Still seems like the amount of people that care about this is exactly 0.
I presume it's because the people who do care about it find ways to work around it. I ended up adding a pre-build step to my project to patch this file.
Per #651 (comment).
Due to the
#undef
construct done inArduinoCore-samd/cores/arduino/Uart.h
Lines 25 to 29 in a5d52db
it's not possible to set a global
-DSERIAL_BUFFER_SIZE=...
value and have it be use used anymore.A user has a usecase for that here.
The text was updated successfully, but these errors were encountered: