feat(modem): added config_edrx api function

This commit is contained in:
robbedptechnics
2025-03-21 10:16:14 +01:00
parent 317faf89ff
commit 74b7d85d4a
5 changed files with 17 additions and 20 deletions

View File

@@ -9,8 +9,6 @@
#include "cxx_include/esp_modem_dte.hpp"
#include "cxx_include/esp_modem_dce_module.hpp"
static const char *TAG = "command_lib";
namespace esp_modem::dce_commands {
command_result generic_command(CommandableIf *t, const std::string &command,
const std::list<std::string_view> &pass_phrase,