ESP32-Console

This commit is contained in:
2025-01-11 10:09:32 -05:00
parent f977bd2d02
commit 86ce0dad8d

View File

@@ -10,8 +10,8 @@
static struct {
struct arg_int *detail;
struct arg_int *chip_temp;
struct arg_int *voltage;
//struct arg_int *chip_temp;
//struct arg_int *voltage;
} info_args;
static int do_info_cmd (int argc, char **argv) {
ESP_LOGW("CLI", "This is the Information Command.");