Proper unique serial number
DaAwesomeP opened this issue · 0 comments
DaAwesomeP commented
Right now, the library always uses serial number 0xFFFFFFFF
. On the Teensy, a unique serial number can be generated with the TeensyMAC library. On Arduino, a unique identifier will need to be configured at class initialization. To allow for multiple classes on one device (multiple serial ports), the serial number should increment for each added class initialization.