esp_console_cmd_t::command field
Command name. Must not be NULL, must not contain spaces. The pointer must be valid until the call to esp_console_deinit.
![]()
const char *command;![]()
.command = "nvs_set",![]()
.command = "nvs_get",![]()
.command = "nvs_erase",![]()
.command = "nvs_erase_namespace",![]()
.command = "nvs_namespace",![]()
.command = "nvs_list",![]()
.command = "version",![]()
.command = "restart",![]()
.command = "free",![]()
.command = "heap",![]()
.command = "tasks",![]()
.command = "log_level",![]()
.command = "deep_sleep",![]()
.command = "light_sleep",![]()
.command = "join",![]()
if (strchr(cmd->command, ' ') != NULL) {![]()
.command = "help",![]()
.command = "wifi_connect",![]()
.command = "wifi_disconnect",![]()
.command = "key",
esp_console_cmd_t::command is written by 1 function and is read by 1 function:
![]()
esp_console_cmd_t::command