diff options
Diffstat (limited to 'io-module/mts-io.c')
-rw-r--r-- | io-module/mts-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts-io.c b/io-module/mts-io.c index 180a7b0..d127fe2 100644 --- a/io-module/mts-io.c +++ b/io-module/mts-io.c @@ -570,6 +570,7 @@ static int get_radio_model_from_product_id(void) { if (strstr(id_eeprom.product_id, "LEU1")) rc = RADIO_LEU1; else if (strstr(id_eeprom.product_id, "LNA3")) rc = RADIO_LNA3; + else if (strstr(id_eeprom.product_id, "LEU3")) rc = RADIO_LEU3; // Add other radios as needed. return rc; |