summaryrefslogtreecommitdiff
path: root/io-module/mts_eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r--io-module/mts_eeprom.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h
index 4a003a4..2a86ebd 100644
--- a/io-module/mts_eeprom.h
+++ b/io-module/mts_eeprom.h
@@ -27,8 +27,15 @@ struct mts_id_eeprom_layout {
uint8_t lora_eui[8];
char lora_product_id[32];
char lora_hw_version[32];
+#ifdef MTRE
+ char oem_string1[32];
+ char oem_string2[32];
+ uint16_t eeprom_layout_version;
+ uint8_t reserved[148];
+#else
uint16_t eeprom_layout_version;
uint8_t reserved[212];
+#endif
};
/* accessory card EEPROM */