From a892d568d0228b7fd3877d61fa35aeeaf6093b80 Mon Sep 17 00:00:00 2001 From: Peter Marcisovsky Date: Fri, 1 Mar 2024 16:46:47 +0100 Subject: [PATCH] feat(usb/modem): Added SIMxx modules --- .../esp_modem_usb_dte/include/esp_modem_usb_config.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/host/class/cdc/esp_modem_usb_dte/include/esp_modem_usb_config.h b/host/class/cdc/esp_modem_usb_dte/include/esp_modem_usb_config.h index 0867fd28..e7ab4965 100644 --- a/host/class/cdc/esp_modem_usb_dte/include/esp_modem_usb_config.h +++ b/host/class/cdc/esp_modem_usb_dte/include/esp_modem_usb_config.h @@ -77,4 +77,14 @@ struct esp_modem_usb_term_config { /** * @brief Default configuration of SimCom SIM7070G modem */ -#define ESP_MODEM_SIM7070G_USB_CONFIG() ESP_MODEM_DEFAULT_USB_CONFIG(0x1E0E, 0x9026, 2) +#define ESP_MODEM_SIM7070G_USB_CONFIG() ESP_MODEM_DEFAULT_USB_CONFIG(0x1E0E, 0x9206, 2) + +/** + * @brief Default configuration of SimCom SIM7000E modem + */ +#define ESP_MODEM_SIM7000E_USB_CONFIG() ESP_MODEM_DEFAULT_USB_CONFIG(0x1E0E, 0x9001, 3) + +/** + * @brief Default configuration of SimCom SIM7080 modem + */ +#define ESP_MODEM_SIM7080_USB_CONFIG() ESP_MODEM_DEFAULT_USB_CONFIG(0x1E0E, 0x9205, 2)