Leaving this here as there is no Issues tab on Cory Fowlers fork, but it is relating to that v1.5 fork.
Line 1070 initializes rtr, but not ext, often leaving ext unequal 0 unintended.
Loopback example returned extended frames. Suggest to change that line to
Leaving this here as there is no Issues tab on Cory Fowlers fork, but it is relating to that v1.5 fork.
Line 1070 initializes rtr, but not ext, often leaving ext unequal 0 unintended. Loopback example returned extended frames. Suggest to change that line to
INT8U ext = 0, rtr = 0;
Thank you for the great work.