mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 18:00:16 +00:00
ESP32-Console
This commit is contained in:
@@ -31,7 +31,7 @@ static struct {
|
|||||||
} info_args;
|
} info_args;
|
||||||
static int exec_info_cmd (int argc, char **argv) {
|
static int exec_info_cmd (int argc, char **argv) {
|
||||||
|
|
||||||
ESP_LOGW("CLI", "This is the Information Command.");
|
ESP_LOGW("CLI", "Information about microcontroller chip.");
|
||||||
|
|
||||||
int nerrors = arg_parse(argc, argv, (void**) &info_args);
|
int nerrors = arg_parse(argc, argv, (void**) &info_args);
|
||||||
if (nerrors != 0) {
|
if (nerrors != 0) {
|
||||||
|
Reference in New Issue
Block a user