diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-02-25 15:05:56 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-02-25 15:05:56 -0600 |
commit | 1a06d05dad8eb53ba8bfb4cf45d92041b226b813 (patch) | |
tree | 74fda3d1bd4a37a16630c7f48de2457ff26f5ff3 /io-module/mts_eeprom.h | |
parent | ae93c853b5edd59059581c5a49a99a7326e4b31b (diff) | |
download | mts-io-1a06d05dad8eb53ba8bfb4cf45d92041b226b813.tar.gz mts-io-1a06d05dad8eb53ba8bfb4cf45d92041b226b813.tar.bz2 mts-io-1a06d05dad8eb53ba8bfb4cf45d92041b226b813.zip |
Add MTAC-LORA-1.0, EUI for accessory card eeprom1.1.1
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r-- | io-module/mts_eeprom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 2e42008..640f749 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -30,7 +30,8 @@ struct mts_ap_eeprom_layout { char device_id[32]; char hw_version[32]; uint8_t mac_addr[6]; - uint8_t reserved[378]; + uint8_t eui[8]; + uint8_t reserved[370]; }; #define DEVICE_CAPA_INDEX(c) (((c) & 0xFF) >> 3) |