forked from espressif/esp-protocols
		
	Add: Support for SIM7000 modules
This commit is contained in:
		| @@ -87,6 +87,12 @@ std::unique_ptr<DCE> create_SIM7600_dce(const dce_config *config, std::shared_pt | ||||
|  */ | ||||
| std::unique_ptr<DCE> create_SIM7070_dce(const dce_config *config, std::shared_ptr<DTE> dte, esp_netif_t *netif); | ||||
|  | ||||
| /** | ||||
|  * @brief Create DCE based on SIM7000 module | ||||
|  */ | ||||
| std::unique_ptr<DCE> create_SIM7000_dce(const dce_config *config, std::shared_ptr<DTE> dte, esp_netif_t *netif); | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * @brief Create DCE based on SIM800 module | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user