mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 13:02:21 +02:00
PPP renamed to Netif, common AT command to console
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
namespace esp_modem::DCE {
|
||||
|
||||
|
||||
bool Modes::set(DTE *dte, ModuleIf *device, PPP &netif, modem_mode m)
|
||||
bool Modes::set(DTE *dte, ModuleIf *device, Netif &netif, modem_mode m)
|
||||
{
|
||||
switch (m) {
|
||||
case modem_mode::UNDEF:
|
||||
|
Reference in New Issue
Block a user