Skip to content

Commit

Permalink
feat(usb/modem): Added SIMxx modules
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Mar 1, 2024
1 parent eb0e48a commit a892d56
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion host/class/cdc/esp_modem_usb_dte/include/esp_modem_usb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a892d56

Please sign in to comment.