Skip to content

Fixed issue in generated MAC address:

Administrator requested to merge feat/i2cWrite into jpe-dev

Created by: AndreasGeissler

The generated MAC address will not be accepted by the windows driver because the windows driver checks the first byte of the MAC EEPROM expecting parity and MAC ID (0xB0):

  • Added parity calculation and MAC ID for first byte in MAC eeprom writing
  • Added check of MAC ID and parity bit for MAC reading

Merge request reports