Terminal: Use vfs as an alternative for ITerminal

This commit is contained in:
David Cermak
2021-05-06 18:57:07 +02:00
parent dfb81965c2
commit 927ad418b6
8 changed files with 276 additions and 8 deletions

View File

@ -48,6 +48,11 @@ using dte_config = ::esp_modem_dte_config;
* if exceptions are disabled the API abort()'s on error
*/
std::shared_ptr<DTE> create_uart_dte(const dte_config *config);
std::shared_ptr<DTE> create_vfs_dte(const dte_config *config);
/**
* @}
*/