ESP32-Console

This commit is contained in:
2025-01-11 10:19:02 -05:00
parent cd45a1f9cc
commit 01a00d0215

View File

@@ -25,8 +25,8 @@ static int do_info_cmd (int argc, char **argv) {
if (info_args.detail->count != 0) {
ESP_LOGW("CLI", "Information: Chip Temperature %d", 25);
return 0;
}
return 0;
}
static void register_info (void) {
info_args.detail = arg_str1(NULL, NULL, "<temp>", "Chip temperature");