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
For AVR-based unittests, this was autodetected based on the registers
defined in `avr/io.h`, just like on an actual build. For non-AVR
targets, `NUM_SERIAL_PORTS` would always be 0.
Now, any existing define on the compiler commandline (i.e. from
`.arduino-ci.yaml`) takes precedence over any autodetected value.
0 commit comments