cxx modem data mode working

This commit is contained in:
David Cermak
2021-02-27 09:32:14 +01:00
parent 7807770d50
commit a9a00387cc
5 changed files with 64 additions and 11 deletions

View File

@ -348,6 +348,6 @@ bool dte::send_command(const std::string& command, got_line_cb got_line, uint32_
}
dce::dce(std::shared_ptr<dte> e, esp_netif_t * netif):
_dte(std::move(e)), ppp_netif(e, netif)
dce_dte(e), ppp_netif(e, netif)
{ }