changes, enable ethernet

This commit is contained in:
2021-02-07 12:38:29 +01:00
parent ccdbab6f01
commit b3431fafa7
9 changed files with 36 additions and 22 deletions

View File

@ -21,7 +21,7 @@ static const uint8_t EEPROM_WREN = 0x06;
// static const uint8_t EEPROM_WRSR = 0x01;
static const uint32_t EEPROM_MAGIC = 0xaffe0009;
static const uint32_t EEPROM_MAGIC = 0xaffe000a;
static const uint16_t EEPROM_HEADER_ADDR = EEPROM_BASE_ADDR;