ESP32-Console

This commit is contained in:
2025-01-13 00:14:58 -05:00
parent d57547f027
commit 2ef2eccef4

View File

@@ -19,7 +19,7 @@ struct arg_end *end;
static struct { static struct {
struct arg_str *temp; struct arg_str *temp;
//struct arg_int *chip_temp; //struct arg_int *chip_temp;
struct arg_int *voltage; //struct arg_int *voltage;
struct arg_end *end; struct arg_end *end;
} info_args; } info_args;
static int exec_info_cmd (int argc, char **argv) { static int exec_info_cmd (int argc, char **argv) {