flagxor / ueforth

Apache License 2.0
90 stars 26 forks source link

Conditional Serial2 for less than 3 UART boards #28

Closed juju2013 closed 1 year ago

juju2013 commented 1 year ago

ESP32-C3 has only 2 UART. Should make Serial2 conditional in REQUIRED_SERIAL_SUPPORT.

flagxor commented 1 year ago

Oops, just seeing this now. Sorry, I don't check pull requests often enough. :-( I've just fixed in a similar way (moved serial2 to optional). I've added some shortcut to help me run the arduino build across boards, so hopefully will avoid regressions like this in future. Thanks!