mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 21:42:25 +02:00
Update: modem_mode::UNDEF initially
This commit is contained in:
@ -34,7 +34,7 @@ namespace esp_modem {
|
|||||||
*/
|
*/
|
||||||
class DCE_Mode {
|
class DCE_Mode {
|
||||||
public:
|
public:
|
||||||
DCE_Mode(): mode(modem_mode::COMMAND_MODE) {}
|
DCE_Mode(): mode(modem_mode::UNDEF) {}
|
||||||
~DCE_Mode() = default;
|
~DCE_Mode() = default;
|
||||||
bool set(DTE *dte, ModuleIf *module, Netif &netif, modem_mode m);
|
bool set(DTE *dte, ModuleIf *module, Netif &netif, modem_mode m);
|
||||||
modem_mode get();
|
modem_mode get();
|
||||||
|
Reference in New Issue
Block a user