mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 21:42:25 +02:00
esp_modem(Docs): Minor correction of the docs
This commit is contained in:
@ -74,6 +74,6 @@ Currently we support only UART, but modern modules support other communication i
|
|||||||
|
|
||||||
### Other devices
|
### Other devices
|
||||||
|
|
||||||
Adding a new device is a must-have requirement for the esp-component. Different modules support different commands,
|
Adding a new device is a must-have requirement for the esp-modem component. Different modules support different commands,
|
||||||
or some commands might have a different implementation. Adding a new device means to provide a new implementation
|
or some commands might have a different implementation. Adding a new device means to provide a new implementation
|
||||||
as a class derived from `GenericModule`, where we could add new commands or modify the existing ones.
|
as a class derived from `GenericModule`, where we could add new commands or modify the existing ones.
|
||||||
|
@ -84,7 +84,7 @@ public:
|
|||||||
class ModuleIf {
|
class ModuleIf {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* @brief Sets the data mode up (provides the necessary configuration to connect to the cellular network
|
* @brief Sets the data mode up (provides the necessary configuration to connect to the cellular network)
|
||||||
* @return true on success
|
* @return true on success
|
||||||
*/
|
*/
|
||||||
virtual bool setup_data_mode() = 0;
|
virtual bool setup_data_mode() = 0;
|
||||||
|
Reference in New Issue
Block a user