ESP32-Console

This commit is contained in:
2025-01-11 10:21:57 -05:00
parent ba5e23494b
commit 9dac9bef59

View File

@@ -24,7 +24,7 @@ static int do_info_cmd (int argc, char **argv) {
} }
if (info_args.detail->count != 0) { if (info_args.detail->count != 0) {
ESP_LOGW("CLI", "Information: Chip Temperature %d", 25); ESP_LOGW("CLI", "info(): Chip Temperature %d", 25);
} }
return 0; return 0;
} }