mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 17:00:16 +00:00
ESP32-Console
This commit is contained in:
@@ -24,12 +24,12 @@ static struct {
|
|||||||
} info_args;
|
} info_args;
|
||||||
static int exec_info_cmd (int argc, char **argv) {
|
static int exec_info_cmd (int argc, char **argv) {
|
||||||
|
|
||||||
v/*oid *argtable[] = {
|
/*void *argtable[] = {
|
||||||
help = arg_litn(NULL, "help", 0, 1, "display this help"),
|
help = arg_litn(NULL, "help", 0, 1, "display this help"),
|
||||||
temp = arg_litn("t", "temp", 0, 1, "chip temperature"),
|
temp = arg_litn("t", "temp", 0, 1, "chip temperature"),
|
||||||
end = arg_end(20),
|
end = arg_end(20),
|
||||||
};*/
|
};
|
||||||
char progname[] = "info";
|
char progname[] = "info";*/
|
||||||
//int nerrors;
|
//int nerrors;
|
||||||
//nerrors = arg_parse(argc, argv, argtable);
|
//nerrors = arg_parse(argc, argv, argtable);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user